PC Review


Reply
Thread Tools Rate Thread

Application Key on Keyboard - How to Disable it in Windows XP?

 
 
Don Enderton
Guest
Posts: n/a
 
      30th Oct 2006
This is a highly technical question; if this is the wrong group, please
point me to the right one:

Please tell me step by step what changes to make in the registry in Windows
XP to disable the "application key" which is the key between the right
Windows key and the right Ctrl key on keyboards. This is a PS/2 keyboard,
not a USB keyboard.

(Our keyboard is constructed in such a way that we often mistakenly press
the application key while trying to press the right Shift key. We never,
otherwise, use the application key and want to make it dead.)

Some technical information is here but I can't translate that into
instructions I can follow to do what I want:

http://www.microsoft.com/whdc/device.../Scancode.mspx

Thanks in advance to anyone who can and will help.

(Otherwise I shall have to purchase a different keyboard, one shaped such
that it will be harder to hit the application key by mistake. This keyboard
came with a new Gateway computer and someone designed it who is not a typist
but likes its looks...so the application key is not lower than the shift
key - instead its surface smoothly blends into the shift key. Not good.)


 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      30th Oct 2006
This would be a driver issue. I think you're going to have to get another
keyboard.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Don Enderton" wrote:
| This is a highly technical question; if this is the wrong group, please
| point me to the right one:
|
| Please tell me step by step what changes to make in the registry in
Windows
| XP to disable the "application key" which is the key between the right
| Windows key and the right Ctrl key on keyboards. This is a PS/2 keyboard,
| not a USB keyboard.
|
| (Our keyboard is constructed in such a way that we often mistakenly press
| the application key while trying to press the right Shift key. We never,
| otherwise, use the application key and want to make it dead.)
|
| Some technical information is here but I can't translate that into
| instructions I can follow to do what I want:
|
| http://www.microsoft.com/whdc/device.../Scancode.mspx
|
| Thanks in advance to anyone who can and will help.
|
| (Otherwise I shall have to purchase a different keyboard, one shaped such
| that it will be harder to hit the application key by mistake. This
keyboard
| came with a new Gateway computer and someone designed it who is not a
typist
| but likes its looks...so the application key is not lower than the shift
| key - instead its surface smoothly blends into the shift key. Not good.)
|
|


 
Reply With Quote
 
Mark V
Guest
Posts: n/a
 
      30th Oct 2006
In microsoft.public.win2000.registry Don Enderton wrote:

> This is a highly technical question; if this is the wrong group,
> please point me to the right one:
>
> Please tell me step by step what changes to make in the registry
> in Windows XP to disable the "application key" which is the key
> between the right Windows key and the right Ctrl key on
> keyboards. This is a PS/2 keyboard, not a USB keyboard.
>
> (Our keyboard is constructed in such a way that we often
> mistakenly press the application key while trying to press the
> right Shift key. We never, otherwise, use the application key
> and want to make it dead.)
>
> Some technical information is here but I can't translate that
> into instructions I can follow to do what I want:
>
> http://www.microsoft.com/whdc/device.../Scancode.mspx
>
> Thanks in advance to anyone who can and will help.
>
> (Otherwise I shall have to purchase a different keyboard, one
> shaped such that it will be harder to hit the application key by
> mistake. This keyboard came with a new Gateway computer and
> someone designed it who is not a typist but likes its looks...so
> the application key is not lower than the shift key - instead
> its surface smoothly blends into the shift key. Not good.)



Don't laugh.
Remove the keycap and trim it down and/or exopy glue the keycap in
place. (unpressed position of course)

Or try info at jsiinc.com "Tips and Tricks"
http://www.jsifaq.com/
#9590 #9842

 
Reply With Quote
 
Gary Smith
Guest
Posts: n/a
 
      30th Oct 2006
Based on the infomration given on
http://support.microsoft.com/kb/181348/en-us and
http://www.microsoft.com/whdc/device...kscan-map.mspx, I worked out
a registry change that appears to do what you want. If you save the five
lines between the dashes to a .reg file, you can merge it into the
registry using Regedit. It works perfectly on my system.

I've numbered the lines for clarity and to make it apparent where lines
may have wrapped. You'll need to remove the digit, period, and one space
from the beginning of each actual line. Two of the lines are blank.
There is a single space between "Scancode" and "Map".

==========
1. REGEDIT4
2.
3. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
4. "Scancode
Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,5d,e0,00,00,00,00
5.
==========


Don Enderton <(E-Mail Removed)> wrote:
> This is a highly technical question; if this is the wrong group, please
> point me to the right one:


> Please tell me step by step what changes to make in the registry in Windows
> XP to disable the "application key" which is the key between the right
> Windows key and the right Ctrl key on keyboards. This is a PS/2 keyboard,
> not a USB keyboard.


> (Our keyboard is constructed in such a way that we often mistakenly press
> the application key while trying to press the right Shift key. We never,
> otherwise, use the application key and want to make it dead.)


> Some technical information is here but I can't translate that into
> instructions I can follow to do what I want:


> http://www.microsoft.com/whdc/device.../Scancode.mspx


> Thanks in advance to anyone who can and will help.


> (Otherwise I shall have to purchase a different keyboard, one shaped such
> that it will be harder to hit the application key by mistake. This keyboard
> came with a new Gateway computer and someone designed it who is not a typist
> but likes its looks...so the application key is not lower than the shift
> key - instead its surface smoothly blends into the shift key. Not good.)




--
Gary L. Smith
Columbus, Ohio
 
Reply With Quote
 
Don Enderton
Guest
Posts: n/a
 
      30th Oct 2006
Gary, thank you very very much for spending time on this for me. Before
reading your post, someone else referred me to donation-ware called
SharpKeys available at RandyRants.com .

It worked. Next I'll look at my registry as revised by SharpKeys and see if
it wrote to my registry the same change you devised.

If not, I'll undo that and try yours instead.

Thanks again.

- Don

"Gary Smith" <(E-Mail Removed)> wrote in message
news:uuxCfg9%(E-Mail Removed)...
> Based on the infomration given on
> http://support.microsoft.com/kb/181348/en-us and
> http://www.microsoft.com/whdc/device...kscan-map.mspx, I worked out
> a registry change that appears to do what you want. If you save the five
> lines between the dashes to a .reg file, you can merge it into the
> registry using Regedit. It works perfectly on my system.
>
> I've numbered the lines for clarity and to make it apparent where lines
> may have wrapped. You'll need to remove the digit, period, and one space
> from the beginning of each actual line. Two of the lines are blank.
> There is a single space between "Scancode" and "Map".
>
> ==========
> 1. REGEDIT4
> 2.
> 3. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
> 4. "Scancode
> Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,5d,e0,00,00,00,00
> 5.
> ==========
>
>
> Don Enderton <(E-Mail Removed)> wrote:
>> This is a highly technical question; if this is the wrong group, please
>> point me to the right one:

>
>> Please tell me step by step what changes to make in the registry in
>> Windows
>> XP to disable the "application key" which is the key between the right
>> Windows key and the right Ctrl key on keyboards. This is a PS/2
>> keyboard,
>> not a USB keyboard.

>
>> (Our keyboard is constructed in such a way that we often mistakenly press
>> the application key while trying to press the right Shift key. We never,
>> otherwise, use the application key and want to make it dead.)

>
>> Some technical information is here but I can't translate that into
>> instructions I can follow to do what I want:

>
>> http://www.microsoft.com/whdc/device.../Scancode.mspx

>
>> Thanks in advance to anyone who can and will help.

>
>> (Otherwise I shall have to purchase a different keyboard, one shaped such
>> that it will be harder to hit the application key by mistake. This
>> keyboard
>> came with a new Gateway computer and someone designed it who is not a
>> typist
>> but likes its looks...so the application key is not lower than the shift
>> key - instead its surface smoothly blends into the shift key. Not good.)

>
>
>
> --
> Gary L. Smith
> Columbus, Ohio



 
Reply With Quote
 
Gary Smith
Guest
Posts: n/a
 
      31st Oct 2006
You're welcome. It was one of those problems that engaged my curiosity,
so I was happy to be able to come up with a solution. I've taken a quick
look at SharpKeys, and it looks as though it will do precisely the same
thing. The advantage of the .reg file is that it's easier to apply to
multiple machines, but harder to get right in the first place. The major
drawback to SharpKeys is that it requires .NET 2.0, which not all systems
will have installed.


Don Enderton <(E-Mail Removed)> wrote:
> Gary, thank you very very much for spending time on this for me. Before
> reading your post, someone else referred me to donation-ware called
> SharpKeys available at RandyRants.com .


> It worked. Next I'll look at my registry as revised by SharpKeys and see if
> it wrote to my registry the same change you devised.


> If not, I'll undo that and try yours instead.


> Thanks again.


> - Don


> "Gary Smith" <(E-Mail Removed)> wrote in message
> news:uuxCfg9%(E-Mail Removed)...
> > Based on the infomration given on
> > http://support.microsoft.com/kb/181348/en-us and
> > http://www.microsoft.com/whdc/device...kscan-map.mspx, I worked out
> > a registry change that appears to do what you want. If you save the five
> > lines between the dashes to a .reg file, you can merge it into the
> > registry using Regedit. It works perfectly on my system.
> >
> > I've numbered the lines for clarity and to make it apparent where lines
> > may have wrapped. You'll need to remove the digit, period, and one space
> > from the beginning of each actual line. Two of the lines are blank.
> > There is a single space between "Scancode" and "Map".
> >
> > ==========
> > 1. REGEDIT4
> > 2.
> > 3. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
> > 4. "Scancode
> > Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,5d,e0,00,00,00,00
> > 5.
> > ==========
> >
> >
> > Don Enderton <(E-Mail Removed)> wrote:
> >> This is a highly technical question; if this is the wrong group, please
> >> point me to the right one:

> >
> >> Please tell me step by step what changes to make in the registry in
> >> Windows
> >> XP to disable the "application key" which is the key between the right
> >> Windows key and the right Ctrl key on keyboards. This is a PS/2
> >> keyboard,
> >> not a USB keyboard.

> >
> >> (Our keyboard is constructed in such a way that we often mistakenly press
> >> the application key while trying to press the right Shift key. We never,
> >> otherwise, use the application key and want to make it dead.)

> >
> >> Some technical information is here but I can't translate that into
> >> instructions I can follow to do what I want:

> >
> >> http://www.microsoft.com/whdc/device.../Scancode.mspx

> >
> >> Thanks in advance to anyone who can and will help.

> >
> >> (Otherwise I shall have to purchase a different keyboard, one shaped such
> >> that it will be harder to hit the application key by mistake. This
> >> keyboard
> >> came with a new Gateway computer and someone designed it who is not a
> >> typist
> >> but likes its looks...so the application key is not lower than the shift
> >> key - instead its surface smoothly blends into the shift key. Not good.)

> >
> >
> >
> > --
> > Gary L. Smith
> > Columbus, Ohio




--
Gary L. Smith
Columbus, Ohio
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to disable windows keyboard shortcuts? =?Utf-8?B?ZGFuZQ==?= Windows XP Setup 2 23rd Feb 2006 03:51 PM
How do I disable the keyboard windows key in XP prof.? Sandy Windows XP Customization 1 22nd Apr 2004 11:32 PM
Disable Close windows on Access Application Window Tahsen Microsoft Access Reports 1 5th Mar 2004 05:43 PM
Hot to disable windows keyboard shortcut in XP Matoo Windows XP Customization 1 21st Jan 2004 09:03 AM
How to disable keyboard windows key pumkin Windows XP Hardware 0 16th Nov 2003 04:40 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:37 PM.