<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>applewirelesskbrd Issue Tracker Rss Feed</title><link>http://applewirelesskbrd.codeplex.com/workitem/list/basic</link><description>applewirelesskbrd Issue Tracker Rss Description</description><item><title>Created Issue: Program will not start on WS2012 with SQL2012 [1112]</title><link>http://applewirelesskbrd.codeplex.com/workitem/1112</link><description>I have used the Apple keyboard program for a while on my 2009 Macbook Pro running Windows Server 2012 which worked quite well. The program was not too stable &amp;#40;fn-backspace stopped working regularly which is in my opinion the most important key combo&amp;#41; but it always recovered quickly after a restart.&lt;br /&gt;&lt;br /&gt;Today I installed SQL Server 2012 and now the program will not start at all. This is the second time I notice that it fails once SQL is installed so there must be some coherence. SQL 2012 comes with .Net 4.0, might that be the reason&amp;#63; Any ideas on this&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Erik&lt;br /&gt;</description><author>ErikvanD</author><pubDate>Tue, 29 Jan 2013 22:38:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Program will not start on WS2012 with SQL2012 [1112] 20130129103837P</guid></item><item><title>Created Issue: Fn key no longer working since last update [1086]</title><link>http://applewirelesskbrd.codeplex.com/workitem/1086</link><description>I recently moved the program from one hard drive to the other and it updated itself to the latest version but now it no longer functions correctly.&lt;br /&gt;The only other version I could find was 1.0 which works perfectly but doesn&amp;#39;t support the Fn &amp;#38;gt&amp;#59; ctrl switch which was a really great feature.&lt;br /&gt;&lt;br /&gt;Is there any chance you could upload the previous version minus the update file&amp;#63;&lt;br /&gt;</description><author>neonsquare</author><pubDate>Fri, 04 Jan 2013 11:26:55 GMT</pubDate><guid isPermaLink="false">Created Issue: Fn key no longer working since last update [1086] 20130104112655A</guid></item><item><title>Commented Issue: Fn+Arrow key work abnormal [901]</title><link>http://applewirelesskbrd.codeplex.com/workitem/901</link><description>&amp;#60;p&amp;#62;Please update the Virtual key codes according to http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd375731&amp;#40;VS.85&amp;#41;.aspx&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;KeyboardControl.cs&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;        const int VK_END &amp;#61; 0x23&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;        const int VK_HOME &amp;#61; 0x24&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;        const int VK_PAGEUP &amp;#61; 0x21&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;        const int VK_PAGEDOWN &amp;#61; 0x22&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: jmschu02 ** &lt;p&gt;Yup, this is correct, also please update to work with multiple keys...ie...&lt;br&gt;Fn + Left Arrow + shift: should select all text to home.&lt;/p&gt;&lt;p&gt;This code is all in KeyboardControl.cs I have this functionality working with some minor changes&lt;/p&gt;</description><author>jmschu02</author><pubDate>Tue, 02 Oct 2012 13:52:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Fn+Arrow key work abnormal [901] 20121002015223P</guid></item><item><title>Commented Issue: incorrect key code values for End and PageDown [519]</title><link>http://applewirelesskbrd.codeplex.com/workitem/519</link><description>In KeyboardControl.cs, you&amp;#39;ve got VK_END defined as 37, and VK_PAGEDOWN as 35&amp;#59; the keycodes should be 35 and 34, respectively. The app is coming along nicely, can&amp;#39;t wait for configurations.&lt;br /&gt;Comments: ** Comment from web user: xuemind ** &lt;p&gt;Please update the Virtual key codes according to http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd375731&amp;#40;VS.85&amp;#41;.aspx&lt;/p&gt;&lt;p&gt;KeyboardControl.cs&lt;br /&gt; const int VK_END &amp;#61; 0x23&amp;#59;&lt;br /&gt; const int VK_HOME &amp;#61; 0x24&amp;#59;&lt;br /&gt; const int VK_PAGEUP &amp;#61; 0x21&amp;#59;&lt;br /&gt; const int VK_PAGEDOWN &amp;#61; 0x22&amp;#59;&lt;/p&gt;</description><author>xuemind</author><pubDate>Mon, 28 May 2012 09:03:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: incorrect key code values for End and PageDown [519] 20120528090350A</guid></item><item><title>Created Issue: Fn+Arrow key work abnormal [901]</title><link>http://applewirelesskbrd.codeplex.com/workitem/901</link><description>Please update the Virtual key codes according to http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd375731&amp;#40;VS.85&amp;#41;.aspx&lt;br /&gt;&lt;br /&gt;KeyboardControl.cs&lt;br /&gt;        const int VK_END &amp;#61; 0x23&amp;#59;&lt;br /&gt;        const int VK_HOME &amp;#61; 0x24&amp;#59;&lt;br /&gt;        const int VK_PAGEUP &amp;#61; 0x21&amp;#59;&lt;br /&gt;        const int VK_PAGEDOWN &amp;#61; 0x22&amp;#59;&lt;br /&gt;</description><author>xuemind</author><pubDate>Mon, 28 May 2012 09:03:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Fn+Arrow key work abnormal [901] 20120528090300A</guid></item><item><title>Commented Issue: fn and eject key dont work on apple wired keyboard and windows 7 x64 [665]</title><link>http://applewirelesskbrd.codeplex.com/workitem/665</link><description>fn key doesnt work as well as the eject on the apple wired keyboard on windows 7 ultimate x86 and it would be great to use fn &amp;#43; media etc keys rather than use them directly or else i loose function key functionality and to use that then need to use command &amp;#43; function keys.&lt;br /&gt;&lt;br /&gt;really great stuff, just need a fix for fn and eject&lt;br /&gt;Comments: ** Comment from web user: Booser ** &lt;p&gt;I can&amp;#39;t use the Fn key too in my Windows 7 Professional. I use a PC and the corded apple keyboard.&lt;/p&gt;</description><author>Booser</author><pubDate>Thu, 24 May 2012 15:48:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: fn and eject key dont work on apple wired keyboard and windows 7 x64 [665] 20120524034847P</guid></item><item><title>Commented Issue: incorrect key code values for End and PageDown [519]</title><link>http://applewirelesskbrd.codeplex.com/workitem/519</link><description>In KeyboardControl.cs, you&amp;#39;ve got VK_END defined as 37, and VK_PAGEDOWN as 35&amp;#59; the keycodes should be 35 and 34, respectively. The app is coming along nicely, can&amp;#39;t wait for configurations.&lt;br /&gt;Comments: ** Comment from web user: lincolnpomper ** &lt;p&gt;Hello nlb6665, can you send me this recompiled version&amp;#63;&lt;/p&gt;&lt;p&gt;The first purpose for installing this software is for coding, cause my notebook has a terrible keyboard and PageUp and PageDown is very necessary for me. So I would really apreciate if you could send me.&lt;br /&gt;Thanks&amp;#33;&lt;/p&gt;</description><author>lincolnpomper</author><pubDate>Sat, 14 Apr 2012 16:24:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: incorrect key code values for End and PageDown [519] 20120414042410P</guid></item><item><title>Created Issue: Stops functioning 1-2 times per day [783]</title><link>http://applewirelesskbrd.codeplex.com/workitem/783</link><description>This app does exactly what it says and allows me to use a greeat keyboard with my work laptop.  Great application - thanks for time taken to develop this.&lt;br /&gt;&lt;br /&gt;The only issue I have it that it stops working a couple of times per day.  The keyboard itself is still paired and I can type the &amp;#39;standard&amp;#39; characters.  The issue is that the special mapped keys stop working.  For example I notice it mostly using FN&amp;#43;DEL &amp;#40;which I use a lot&amp;#41;&lt;br /&gt;&lt;br /&gt;I need to restart the application to get it working again.  Sometimes the restart from the taskbar icon works, but the most reliable way is for me to kill the AppleWirelessKeyboard.exe application in taskmanager and start the app again manually.&lt;br /&gt;&lt;br /&gt;I am running Windows 7 x64 on a laptop and wondered whether there was a conflict between the AppleWirelessKeyboard app and the windows drivers managing the laptop keyboard. I use this all day everyday and would be happy to test and suggested configuration changes or beta releases to address this.&lt;br /&gt;</description><author>woz017</author><pubDate>Fri, 27 Jan 2012 08:53:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Stops functioning 1-2 times per day [783] 20120127085300A</guid></item><item><title>Commented Issue: swapped keys! [15]</title><link>http://applewirelesskbrd.codeplex.com/workitem/15</link><description>Another &amp;#34;bug&amp;#34;&amp;#58; my &amp;#34;&amp;#92;&amp;#124;&amp;#34; key was swapped with the &amp;#34;&amp;#60;&amp;#62;&amp;#34; key&amp;#33;&lt;br /&gt;The other keys are ok, just these 2 keys.&lt;br /&gt;Is it something I could fix with the source&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: metpet ** &lt;p&gt;I&amp;#39;m using the small Aplle Bluetooth Keyboard with german layout... the mapping is wrong, but because of the different keyboard layout it&amp;#39;s the &amp;#60;&amp;#62; keys that ar swapped with the &amp;#176;&amp;#94; keys...&lt;/p&gt;</description><author>metpet</author><pubDate>Fri, 06 Jan 2012 12:12:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: swapped keys! [15] 20120106121247P</guid></item><item><title>Commented Issue: incorrect key code values for End and PageDown [519]</title><link>http://applewirelesskbrd.codeplex.com/workitem/519</link><description>In KeyboardControl.cs, you&amp;#39;ve got VK_END defined as 37, and VK_PAGEDOWN as 35&amp;#59; the keycodes should be 35 and 34, respectively. The app is coming along nicely, can&amp;#39;t wait for configurations.&lt;br /&gt;Comments: ** Comment from web user: nlb6665 ** &lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;delphi.about.com&amp;#47;od&amp;#47;objectpascalide&amp;#47;l&amp;#47;blvkc.htm&lt;/p&gt;&lt;p&gt;has the correct codes.  I switched it and recompiled. The changed worked on my machine. &lt;/p&gt;</description><author>nlb6665</author><pubDate>Mon, 07 Nov 2011 20:33:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: incorrect key code values for End and PageDown [519] 20111107083321P</guid></item><item><title>Commented Issue: fn and eject key dont work on apple wired keyboard and windows 7 x64 [665]</title><link>http://applewirelesskbrd.codeplex.com/workitem/665</link><description>fn key doesnt work as well as the eject on the apple wired keyboard on windows 7 ultimate x86 and it would be great to use fn &amp;#43; media etc keys rather than use them directly or else i loose function key functionality and to use that then need to use command &amp;#43; function keys.&lt;br /&gt;&lt;br /&gt;really great stuff, just need a fix for fn and eject&lt;br /&gt;Comments: ** Comment from web user: tsimmons ** &lt;p&gt;I&amp;#39;ve also noticed that if you update to Bootcamp 3.3 keyboard drivers it stops working.&lt;/p&gt;</description><author>tsimmons</author><pubDate>Fri, 04 Nov 2011 17:46:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: fn and eject key dont work on apple wired keyboard and windows 7 x64 [665] 20111104054652P</guid></item><item><title>Commented Issue: fn and eject key dont work on apple wired keyboard and windows 7 x64 [665]</title><link>http://applewirelesskbrd.codeplex.com/workitem/665</link><description>fn key doesnt work as well as the eject on the apple wired keyboard on windows 7 ultimate x86 and it would be great to use fn &amp;#43; media etc keys rather than use them directly or else i loose function key functionality and to use that then need to use command &amp;#43; function keys.&lt;br /&gt;&lt;br /&gt;really great stuff, just need a fix for fn and eject&lt;br /&gt;Comments: ** Comment from web user: xbipin ** &lt;p&gt;i guess this has something to do with the apple keyboard drivers installed in windows 7, earlier i tried with the old drivers as well as the default which windows 7 recognizes as HID device only and in that the fn as well as eject dont work but in bootcamp apple keyboard drvers 3.1 the fn starts working but the eject still dead&lt;/p&gt;</description><author>xbipin</author><pubDate>Wed, 19 Oct 2011 08:17:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: fn and eject key dont work on apple wired keyboard and windows 7 x64 [665] 20111019081719A</guid></item><item><title>Created Issue: fn and eject key dont work on apple wired keyboard and windows 7 x64 [665]</title><link>http://applewirelesskbrd.codeplex.com/workitem/665</link><description>fn key doesnt work as well as the eject on the apple wired keyboard on windows 7 ultimate x86 and it would be great to use fn &amp;#43; media etc keys rather than use them directly or else i loose function key functionality and to use that then need to use command &amp;#43; function keys.&lt;br /&gt;&lt;br /&gt;really great stuff, just need a fix for fn and eject&lt;br /&gt;</description><author>xbipin</author><pubDate>Wed, 19 Oct 2011 07:11:03 GMT</pubDate><guid isPermaLink="false">Created Issue: fn and eject key dont work on apple wired keyboard and windows 7 x64 [665] 20111019071103A</guid></item><item><title>Created Issue: Stops working after a while [621]</title><link>http://applewirelesskbrd.codeplex.com/workitem/621</link><description>I&amp;#39;ve noticed after a while it will stop catching keyboard command such as the volume controls.  For example firefox will go to full screen catching the F11 key instead of adjusting the volume.  If I restart the software everything will work again.  It just seems to happen after a while.  I&amp;#39;m running Windows 7 x64.&lt;br /&gt;</description><author>rsmith4321</author><pubDate>Tue, 13 Sep 2011 14:42:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Stops working after a while [621] 20110913024224P</guid></item><item><title>Created Issue: incorrect key code values for End and PageDown [519]</title><link>http://applewirelesskbrd.codeplex.com/workitem/519</link><description>In KeyboardControl.cs, you&amp;#39;ve got VK_END defined as 37, and VK_PAGEDOWN as 35&amp;#59; the keycodes should be 35 and 34, respectively. The app is coming along nicely, can&amp;#39;t wait for configurations.&lt;br /&gt;</description><author>ezra</author><pubDate>Fri, 15 Jul 2011 14:18:00 GMT</pubDate><guid isPermaLink="false">Created Issue: incorrect key code values for End and PageDown [519] 20110715021800P</guid></item><item><title>Created Issue: F6 key seems to cause processing loop. [435]</title><link>http://applewirelesskbrd.codeplex.com/workitem/435</link><description>To reproduce the details, I was using the keyboard application while browsing with Firefox 4.0.1&amp;#59; so initially I thought it was Firefox at fault. &lt;br /&gt;I wanted to refresh a page, and accidentally hit the F6 key.  After that Firefox locked up and the rest of my system became somewhat less responsive and lagged. &lt;br /&gt;I noticed later that &amp;#34;applewirelesskeyboard.exe&amp;#34; was abusing 15&amp;#47;20&amp;#37; of my i7 950 through rainmeter, and doubled checked with ProcessExplorer. &lt;br /&gt;&lt;br /&gt;I tested the error with other application windows to see if it really was just a communication bug between the two initial apps.   While testing, the F6 key did yield higher usage of the processor when pressed.  I have to kill the keyboard process before I can use my keyboard&amp;#47;functions again.  &lt;br /&gt;I fear that anyone without a powerful processor would almost completely lose their ability to use their computer after the bug occurs. &lt;br /&gt;&lt;br /&gt;I&amp;#39;m using Windows 7 Professional 64-Bit&amp;#59; with and intel i7 950 processor.  &lt;br /&gt;I&amp;#39;m hoping this information will be enough to investigate and fix the bug, but if not let me know.&lt;br /&gt;&lt;br /&gt;This application is great, and more to look at than others. I would like to do all I can to aid in its further development and growth as an application. &lt;br /&gt;Thanks for the hard work, and I hope to see a fix soon&amp;#33; &amp;#58;&amp;#41;&lt;br /&gt;</description><author>Cheshire121</author><pubDate>Tue, 21 Jun 2011 04:34:31 GMT</pubDate><guid isPermaLink="false">Created Issue: F6 key seems to cause processing loop. [435] 20110621043431A</guid></item><item><title>Created Issue: Using F2 to rename doesn't work [124]</title><link>http://applewirelesskbrd.codeplex.com/workitem/124</link><description>Thanks for creating such an usefull program for the Apple Keyboard&amp;#33; &lt;br /&gt;&lt;br /&gt;The only thing that doesn&amp;#39;t work for me is when I select a folder and press F2 to rename it. It only works when I press both the Fn and the F2 keys. Switching between the Fkeys mode and Function mode doesn&amp;#39;t help.&lt;br /&gt;&lt;br /&gt;Martn&lt;br /&gt;</description><author>Martn</author><pubDate>Thu, 10 Feb 2011 13:03:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Using F2 to rename doesn't work [124] 20110210010352P</guid></item><item><title>Commented Issue: swapped keys! [15]</title><link>http://applewirelesskbrd.codeplex.com/workitem/15</link><description>Another &amp;#34;bug&amp;#34;&amp;#58; my &amp;#34;&amp;#92;&amp;#124;&amp;#34; key was swapped with the &amp;#34;&amp;#60;&amp;#62;&amp;#34; key&amp;#33;&lt;br /&gt;The other keys are ok, just these 2 keys.&lt;br /&gt;Is it something I could fix with the source&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: renderwarrior ** &lt;p&gt;UPDATE&amp;#58;&lt;br /&gt;i fixed it with SharpKeys3, but it would be nice having something inside the program &amp;#58;&amp;#41;&lt;/p&gt;</description><author>renderwarrior</author><pubDate>Sun, 16 Jan 2011 11:01:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: swapped keys! [15] 20110116110140A</guid></item><item><title>Commented Issue: Fn + Backspace = Delete doesn't work [56]</title><link>http://applewirelesskbrd.codeplex.com/workitem/56</link><description>I tested the task manager and the print screen and they both works.&lt;br /&gt;The &amp;#34;Delete&amp;#34; &amp;#40;that is much more important&amp;#41; doesn&amp;#39;t work...&lt;br /&gt;Comments: ** Comment from web user: renderwarrior ** &lt;p&gt;sometimes it doesn&amp;#39;t works too for me... I need to close the application and start over again&lt;/p&gt;</description><author>renderwarrior</author><pubDate>Sun, 16 Jan 2011 11:00:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Fn + Backspace = Delete doesn't work [56] 20110116110015A</guid></item><item><title>Created Issue: Fn + Backspace = Delete doesn't work [56]</title><link>http://applewirelesskbrd.codeplex.com/workitem/56</link><description>I tested the task manager and the print screen and they both works.&lt;br /&gt;The &amp;#34;Delete&amp;#34; &amp;#40;that is much more important&amp;#41; doesn&amp;#39;t work...&lt;br /&gt;</description><author>scissors</author><pubDate>Sun, 16 Jan 2011 10:10:34 GMT</pubDate><guid isPermaLink="false">Created Issue: Fn + Backspace = Delete doesn't work [56] 20110116101034A</guid></item></channel></rss>