|
|
|
ANSWER for Win2k - you can customize but not with the tool noted here!
Showing all messages in thread #1023364876 Windows 2000 Annoyances Discussion Forum
The following are all of the messages in this thread (3 in all), shown in chronological order. Click any message subject to view that message by itself or to view the thread hierarchy.
|
ANSWER for Win2k - you can customize but not with the tool noted here!
Thursday, June 6, 2002 at 5:01 am Posted by Pete Holzmann
(1 messages posted)
Microsoft has a registry area for customizing keyboards pretty much
any way you like. See instructions at
http://www.microsoft.com/hwdev/tech/input/w2kscan-map.asp
Here is an example, and some sample scan codes:
* Format of data is: 0,0,NN000000,[mappings],0
Where "NN" is number of mappings plus one,
and mappings are TTTTFFFF (T=to,F=from).
(Tech folks: all of this is byte-swapped little-endian...)
* I want to make the caps lock key be ctrl:
0,0,02000000,1d003a00,0
* Open regedt32, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard
Layout
(note: NOT "Keyboard Layouts" in plural, which also exists)
* Edit->Add Value, name: Scancode Map, data type REG_BINARY
* Data (it wants everything filled in in hex! sigh...)
000000000000000002000000001d003a00000000
And here are some key codes: these are in the data
order needed to plug into my example above.
Left Alt 38,00
Right Alt 38,E0
Left Ctrl 1D,00
Right Ctrl 1D,E0
Left Shift 2A,00
Right Shift 46,00
Caps Lock 3A,00
Left Windows 5B,E0
Right Windows 5C,E0
[Reply or follow-up to this message]
| |
re: ANSWER for Win2k - you can customize but not with the tool noted here!
Friday, June 28, 2002 at 3:55 pm Posted by Keith Conover
(7 messages posted)
If you would like a detailed tutorial, including easy ways to do this for Windows
2000 or XP, please see the article posted at my website:
http://www.pitt.edu/~kconover/keithbet.htm
[Reply or follow-up to this message]
|
re: ANSWER for Win2k - you can customize but not with the tool noted here!
Monday, January 20, 2003 at 4:35 pm Posted by Andy
(3 messages posted)
L&G,
just to avoid typing WWW:SOMEWEB:TO when trying to type www.someweb.to, you may want
to have a look at this freeware:
http://www.creative-nightshifts.com/caps.exe
Greetings from Germany
Andy
On Thursday, June 6, 2002 at 5:01 am, Pete Holzmann wrote:
>Microsoft has a registry area for customizing keyboards pretty much
>any way you like. See instructions at
>http://www.microsoft.com/hwdev/tech/input/w2kscan-map.asp
>
>Here is an example, and some sample scan codes:
>* Format of data is: 0,0,NN000000,[mappings],0
> Where "NN" is number of mappings plus one,
> and mappings are TTTTFFFF (T=to,F=from).
> (Tech folks: all of this is byte-swapped little-endian...)
>* I want to make the caps lock key be ctrl:
> 0,0,02000000,1d003a00,0
>* Open regedt32, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard
>Layout
> (note: NOT "Keyboard Layouts" in plural, which also exists)
>* Edit->Add Value, name: Scancode Map, data type REG_BINARY
>* Data (it wants everything filled in in hex! sigh...)
>000000000000000002000000001d003a00000000
>
>And here are some key codes: these are in the data
>order needed to plug into my example above.
> Left Alt 38,00
> Right Alt 38,E0
> Left Ctrl 1D,00
> Right Ctrl 1D,E0
> Left Shift 2A,00
> Right Shift 46,00
> Caps Lock 3A,00
> Left Windows 5B,E0
> Right Windows 5C,E0
>
[Reply or follow-up to this message]
| |
Tip: Use one of the [Reply or follow-up to this message] links above to add a message to this thread
| |
Return to the Windows 2000 Discussion Forum
|
|
|
|