<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>keyboard &#8211; Flugphase</title>
	<atom:link href="https://blog.reauktion.de/tag/keyboard/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.reauktion.de</link>
	<description>Die Gedanken sind frei</description>
	<lastBuildDate>Thu, 20 Aug 2020 13:44:32 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Hasu USB to USB Controller Converter » 1upkeyboards</title>
		<link>https://blog.reauktion.de/hasu-usb-to-usb-controller-converter-1upkeyboards/</link>
		
		<dc:creator><![CDATA[Markus Fritsche]]></dc:creator>
		<pubDate>Thu, 20 Aug 2020 13:44:32 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[qmk]]></category>
		<guid isPermaLink="false">https://dynamic.reauktion.de/flugphase/?p=2813</guid>

					<description><![CDATA[  Turn almost any USB keyboard into a programmable keyboard! This converter, created by Hasu, allows you to change the keymap and add functions through TMK firmware. NO soldering required. Externally attached. Add up to 7 layers and up to 32 Fn keys. Supports 6KRO (or NKRO keyboards that will work in 6KRO mode). Media/System...]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.1upkeyboards.com/shop/controllers/usb-to-usb-converter/"><img decoding="async" class="alignnone size-full" src="https://dynamic.reauktion.de/flugphase/wp-content/uploads/2020/08/3-wbLjV6J.jpg" alt="" /></a></p>
<blockquote><p>  Turn almost any USB keyboard into a programmable keyboard! This converter, created by Hasu, allows you to change the keymap and add functions through TMK firmware. NO soldering required. Externally attached. Add up to 7 layers and up to 32 Fn keys. Supports 6KRO (or NKRO keyboards that will work in 6KRO mode). Media/System control keys and ‘Fn’ key are not recognized by the converter, but will still function as originally programmed on the board.   Please check Hasu’s geekhack thread below for the current list of compatible and incompatible keyboards as well as additional information.</p></blockquote>
<p>Quelle: <em><a href="https://www.1upkeyboards.com/shop/controllers/usb-to-usb-converter/">Hasu USB to USB Controller Converter » 1upkeyboards</a></em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>German characters, Linux and Windows</title>
		<link>https://blog.reauktion.de/german-characters-linux-and-windows/</link>
		
		<dc:creator><![CDATA[Markus Fritsche]]></dc:creator>
		<pubDate>Fri, 10 Jul 2020 22:02:28 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[qmk]]></category>
		<guid isPermaLink="false">https://dynamic.reauktion.de/flugphase/?p=2804</guid>

					<description><![CDATA[Just in case you haven&#8217;t noticed: I&#8217;m german, and that requires to type some german characters, like ä, ö and ü (and ß) from time to time. One problem with that: qmk takes a keypress and translates it to a keycode to be sent to the operating system. The operating system takes the keycode and...]]></description>
										<content:encoded><![CDATA[
<p>Just in case you haven&#8217;t noticed: I&#8217;m german, and that requires to type some german characters, like ä, ö and ü (and ß) from time to time.</p>



<p>One problem with that: qmk takes a keypress and translates it to a keycode to be sent to the operating system. The operating system takes the keycode and translates it to a character based on the selected keyboard layout. So, if you press &#8222;Z&#8220; on an US keyboard, it emits keycode 52, which will be translated to the letter &#8222;Z&#8220; using the US keycode-to-character translation map.</p>



<p>On a german keyboard, it gets translated to &#8222;Y&#8220;. But also, SHIFT+2 is translated to @ with the US layout, and to &#8218;&#8220;&#8218; (double quote) with the german layout.</p>



<p>To make things worse, these translations are not consistent across operating systems; the key combinations with &#8222;AltGr&#8220; (the right Alt key, which is different from the left Alt key in the german layout) are not the same translations on Linux and Windows.</p>



<p>My solution is to use the US International layout with Windows and Linux, and to remap the keys in Linux using xmodmap:</p>



<pre class="wp-block-preformatted">keycode 24 = q Q q Q adiaeresis Adiaeresis at Greek_OMEGA q Q
keycode 26 = e E e E EuroSign EuroSign e E e E
keycode 29 = y Y y Y udiaeresis Udiaeresis leftarrow yen y Y
keycode 33 = p P p P odiaeresis Odiaeresis thorn THORN p P
keycode 39 = s S s S ssharp U1E9E U017F U1E9E s S</pre>



<p>This is the bare minimum needed for the umlauts to work; still need to find the switch for Windows not to treat the double quote as dead character though.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
