<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / mcswell / tag / keyboard</title>
<link>http://netvouz.com/mcswell/tag/keyboard?feed=rss&amp;pg=1</link>
<description>mcswell&#39;s bookmarks tagged &quot;keyboard&quot; on Netvouz</description>
<item><title>Keyboard Input</title>
<link>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/WinUI/WindowsUserInterface/UserInput/KeyboardInput.asp</link>
<description>Overview of keyboard input processing</description>
<category domain="http://netvouz.com/mcswell?category=7737703027547926778">Software &gt; Windows &gt; Microsoft &gt; Keyboard</category>
<author>mcswell</author>
<pubDate>Thu, 31 Aug 2006 15:27:01 GMT</pubDate>
</item><item><title>Keyboard Interrupt Handlers</title>
<link>http://www.faqs.org/docs/kernel/x1206.html</link>
<description>This code binds itself to IRQ 1, which is the IRQ of the keyboard controlled under Intel architectures. Then, when it receives a keyboard interrupt, it reads the keyboard&#39;s status (that&#39;s the purpose of the inb(0x64)) and the scan code, which is the value returned by the keyboard. Then, as soon as the kernel thinks it&#39;s feasible, it runs got_char which gives the code of the key used (the first seven bits of the scan code) and whether it has been pressed (if the 8th bit is zero) or released (if it&#39;s one).</description>
<category domain="http://netvouz.com/mcswell?category=3530800627016467908">Software &gt; Linux &gt; Keyboard</category>
<author>mcswell</author>
<pubDate>Sat, 03 Mar 2012 17:08:14 GMT</pubDate>
</item><item><title>Keyboard Layout Manager</title>
<link>http://www.klm.freeservers.com/</link>
<description></description>
<category domain="http://netvouz.com/mcswell?category=7737703027547926778">Software &gt; Windows &gt; Microsoft &gt; Keyboard</category>
<author>mcswell</author>
<pubDate>Thu, 18 Nov 2004 15:10:49 GMT</pubDate>
</item><item><title>Keyboard Mapping for Linux</title>
<link>http://kmfl.sourceforge.net/</link>
<description>Could this be used to remap control keys to cursor keys? With ^Q as a toggle, perhaps using &#39;groups&#39;?</description>
<category domain="http://netvouz.com/mcswell?category=3530800627016467908">Software &gt; Linux &gt; Keyboard</category>
<author>mcswell</author>
<pubDate>Sat, 25 Sep 2010 16:09:50 GMT</pubDate>
</item><item><title>Keycode Table</title>
<link>http://www.comptechdoc.org/os/linux/howlinuxworks/linux_hlkeycodes.html</link>
<description>Table of keycodes (and scan codes) for Linux</description>
<category domain="http://netvouz.com/mcswell?category=3530800627016467908">Software &gt; Linux &gt; Keyboard</category>
<author>mcswell</author>
<pubDate>Sun, 20 Dec 2009 00:02:08 GMT</pubDate>
</item><item><title>keymaps</title>
<link>http://linux.about.com/library/cmd/blcmdl5_keymaps.htm</link>
<description>Can use AltGr_Lock for ^Q?  But apparently only works for console, not X.  But can xmodmap use AltGr_Lock?</description>
<category domain="http://netvouz.com/mcswell?category=3530800627016467908">Software &gt; Linux &gt; Keyboard</category>
<author>mcswell</author>
<pubDate>Fri, 27 Nov 2009 17:39:01 GMT</pubDate>
</item><item><title>keysymdef.h</title>
<link>http://www.cl.cam.ac.uk/~mgk25/ucs/keysymdef.h</link>
<description>Version of keysymdef.h as of 1999</description>
<category domain="http://netvouz.com/mcswell?category=3530800627016467908">Software &gt; Linux &gt; Keyboard</category>
<author>mcswell</author>
<pubDate>Mon, 21 Dec 2009 21:16:07 GMT</pubDate>
</item><item><title>KeyTweak</title>
<link>http://www.techrepublic.com/blog/window-on-windows/how-do-i-remap-my-keyboard-with-keytweak/861</link>
<description>remap the Windows keyboard with KeyTweak</description>
<category domain="http://netvouz.com/mcswell?category=7737703027547926778">Software &gt; Windows &gt; Microsoft &gt; Keyboard</category>
<author>mcswell</author>
<pubDate>Sun, 17 Apr 2011 12:42:30 GMT</pubDate>
</item><item><title>LinEAK project</title>
<link>http://lineak.sourceforge.net/index.php?nav=docs</link>
<description>Keyboard remapper for Linux, might be adaptable.  Project seems dormant, but files are still there.</description>
<category domain="http://netvouz.com/mcswell?category=2363711111234983648">Software &gt; Linux</category>
<author>mcswell</author>
<pubDate>Sat, 28 Mar 2009 15:31:54 GMT</pubDate>
</item><item><title>Linux Device Drivers</title>
<link>http://oreilly.com/catalog/9780596000080/</link>
<description>On-line free book from O&#39;Reilly on writing device drivers under Linux.</description>
<category domain="http://netvouz.com/mcswell?category=3530800627016467908">Software &gt; Linux &gt; Keyboard</category>
<author>mcswell</author>
<pubDate>Sat, 19 Dec 2009 23:38:17 GMT</pubDate>
</item></channel></rss>