<?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>Shami's Blog &#187; keyboard</title>
	<atom:link href="http://blog.al-shami.net/index.php/tag/keyboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.al-shami.net</link>
	<description>A Mushroom A Day Keeps The Koopas Away</description>
	<lastBuildDate>Thu, 13 May 2010 06:15:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft Keyboard Function Key Fix</title>
		<link>http://blog.al-shami.net/index.php/microsoft-keyboard-function-key-fix/</link>
		<comments>http://blog.al-shami.net/index.php/microsoft-keyboard-function-key-fix/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 17:18:36 +0000</pubDate>
		<dc:creator>Mohammad Al-Shami</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[f lock]]></category>
		<category><![CDATA[function lock]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Microsoft MultiMedia Keyboard 1.0A]]></category>
		<category><![CDATA[microsoft natural keyboard]]></category>
		<category><![CDATA[MultiMedia]]></category>
		<category><![CDATA[MultiMedia keyboard]]></category>
		<category><![CDATA[natural]]></category>
		<category><![CDATA[natural keyboard]]></category>

		<guid isPermaLink="false">http://blog.al-shami.net/?p=49</guid>
		<description><![CDATA[I&#8217;ve owned a Microsoft MultiMedia Keyboard 1.0A for years now. It&#8217;s a well belt keyboard to say the least. Only one problem though, the &#8220;F Lock&#8221; key. As a Linux user I have no use for the &#8220;Special&#8221; keys Microsoft added to the keyboard, and the button always starts turned off, no way to fix [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve owned a Microsoft MultiMedia Keyboard 1.0A for years now. It&#8217;s a well belt keyboard to say the least. Only one problem though, the &#8220;F Lock&#8221; key. As a Linux user I have no use for the &#8220;Special&#8221; keys Microsoft added to the keyboard, and the button always starts turned off, no way to fix it.</p>
<p>I used to keep my PC on at all times so I only needed to press that button every couple of months, or when I want to take a screenshot, but now I started to turn it off at night, and having to press that stupid button every time I boot my system is a huge pain in the butt.</p>
<p>I found a fix for it <a href="http://www.linuxquestions.org/questions/linuxanswers-discussion-27/discussion-microsoft-keyboard-function-key-fix-248618/" target="_blank">here</a> and thought I should share</p>
<pre><code>vi /usr/local/bin/f_lock_fix
setkeycodes bb 59 # Help  -&gt; F1
setkeycodes 88 60 # Undo  -&gt; F2
setkeycodes 87 61 # Redo  -&gt; F3
setkeycodes be 62 # New   -&gt; F4
setkeycodes bf 63 # Open  -&gt; F5
setkeycodes c0 64 # Close -&gt; F6
setkeycodes c1 65 # Reply -&gt; F7
setkeycodes c2 66 # Fwd   -&gt; F8
setkeycodes c3 67 # Send  -&gt; F9
setkeycodes a3 68 # Spell -&gt; F10
setkeycodes d7 87 # Save  -&gt; F11
setkeycodes d8 88 # Print -&gt; F12
chmod 700 /usr/local/bin/f_lock_fix</code></pre>
<p>Now add this to your startup file &#8220;/etc/rc.local&#8221; or equivalent</p>
<pre><code>if [ -x /usr/local/bin/f_lock_fix ]; then
	echo "Fixing the F-Lock scan codes for F1-F12 keys...";
	/usr/local/bin/f_lock_fix;
fi</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.al-shami.net/index.php/microsoft-keyboard-function-key-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
