MSFN Forum: Trying to deassign the "windows key" - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Trying to deassign the "windows key" Rate Topic: -----

#1 User is offline   Cynincomic 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 06-July 09

Posted 01 November 2009 - 03:51 AM

Is it even possible?

i want to re-assign it solely for the purpose of switching desktops with the program "yod3d" (freeware that gives 4 desktop surfaces in a cube that can be swapped at will)

i personally think this will be a much more handy use for the windows key, instead of popping up the start menu when i accidentally hit it lol. itll actually give me a reason to use the thing!

also, wasnt sure what forum to post in, so i figured this might be a start....

thanks in advance :)

Cc


#2 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 01 November 2009 - 04:50 AM

View PostCynincomic, on Nov 1 2009, 10:51 AM, said:

Is it even possible?

i want to re-assign it solely for the purpose of switching desktops with the program "yod3d" (freeware that gives 4 desktop surfaces in a cube that can be swapped at will)

i personally think this will be a much more handy use for the windows key, instead of popping up the start menu when i accidentally hit it lol. itll actually give me a reason to use the thing!

also, wasnt sure what forum to post in, so i figured this might be a start....

thanks in advance :)

Cc


See if any of these is what you are looking for:
http://webpages.charter.net/krumsick/
http://www.sellsbrot...#scancodeMapper
http://www.randyrant...arpkeys_30.html

manually:

Quote

It is possible to change the behavior of the different keys on the keyboard by changing the scancode map. This can be used to disable the Windows-key so one is not thrown out of your favorite game, when by accident have pressed the wrong key.

The change the scancode map, so the Windows-key is disabled add/update this binary value:

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,\
00,00,00,00
For those who wants to know the meaning of the above values here goes:
00,00,00,00 Header: Version. Set to all zeroes.
00,00,00,00 Header: Flags. Set to all zeroes.
03,00,00,00 3 entries in the map (including null entry).
00,00,5b,e0 Left Windows Key (0xe05b) -> Disable (0x00).
00,00,5c,e0 Right Windows Key (0xe05c) -> Disable (0x00).
00,00,00,00 Null entry.


To also disable the Shutdown key, one would extend the Scancode Map, so it has 4 entries where the fourth entry becomes ACPI Power Key (0xe0f6) -> Disable (0x00):

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,00,00,5b,e0,00,00,5c,e0,\
00,00,f6,e0,00,00,00,00

http://www.microsoft...2kscan-map.mspx
http://forum.soft32.com/win4/Disabling-Win...pict215607.html
http://www.northcode.com/blog.php/2007/07/...-Use-As-A-Kiosk

Google for "scanmap" for more examples/apps.

jaclaz

#3 User is offline   Cynincomic 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 06-July 09

Posted 01 November 2009 - 11:51 AM

Well met jaclaz! key tweak worked first go! your help is much appreciated

Cc

#4 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 01 November 2009 - 12:46 PM

Sometimes it's only the choice of words that makes the difference:
if you google for "deassign key" you find nothing (if not the present thread :whistle:), if you do it for "remap key" you find lots. ;)

Happy it worked . :)

jaclaz

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy