Welcome to PCForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

programming keyboard functions

 
   Hardware Problem Solving Community! (Home) -> Keyboards RSS
Next:  Microsoft Natural Keyboard PS/2 problem  
Author Message
Yau-ming

External


Since: Apr 07, 2004
Posts: 5



(Msg. 1) Posted: Wed Apr 07, 2004 10:14 am
Post subject: programming keyboard functions
Archived from groups: alt>comp>periphs>keyboard (more info?)

Hello,

How do change the two Windows function key on my keyboard to delete?

I occasionally press them when I am playing an online game - and the whole
system hangs or my connection drops.

I have a PIII 800 intel system, Asus cuv4x 4agp motherboard, 520+mb ram,
 > Asus Geforce4Ti 128mb card, SB Live card, 40G HD 7200rpm 8mb cache,
 > 15inch Sony trinitron monitor, T1 connection and a Happy Hacking Lite2
keyboard and I'm running Windows2000.

The system is fine n stable and I have no problems like BSOD.

I thought of removing the two windows (or diamond) keys physically. But I
prefer to change their function instead.


Cheers,

YM


--
_____________________________
"Modern literature masterpieces"
<a style='text-decoration: underline;' href="http://www.homestarrunner.com/sbemail64.html" target="_blank">http://www.homestarrunner.com/sbemail64.html</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: programming keyboard functions 
Back to top
Login to vote
Yau-ming

External


Since: Apr 07, 2004
Posts: 5



(Msg. 2) Posted: Wed Apr 07, 2004 11:30 am
Post subject: Re: programming keyboard functions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

http://shop.store.yahoo.com/pfuca-store/litefaq.html#2-2

The faq of th keyboard says the keys produce this symbol 0xE0 0x5B

i am no programmer and i don't want to attempt to program the registry on my
own experiments.

 >> Stay informed about: programming keyboard functions 
Back to top
Login to vote
Ben Pope

External


Since: Mar 29, 2004
Posts: 691



(Msg. 3) Posted: Wed Apr 07, 2004 11:46 am
Post subject: Re: programming keyboard functions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yau-ming wrote:
 > Hello,
 >
 > How do change the two Windows function key on my keyboard to delete?
 >
 > I occasionally press them when I am playing an online game - and the whole
 > system hangs or my connection drops.
 >
 > I have a PIII 800 intel system, Asus cuv4x 4agp motherboard, 520+mb ram,
 > Asus Geforce4Ti 128mb card, SB Live card, 40G HD 7200rpm 8mb cache,
 > 15inch Sony trinitron monitor, T1 connection and a Happy Hacking Lite2
 > keyboard and I'm running Windows2000.
 >
 > The system is fine n stable and I have no problems like BSOD.
 >
 > I thought of removing the two windows (or diamond) keys physically. But I
 > prefer to change their function instead.

<a style='text-decoration: underline;' href="http://windows.about.com/library/tips/bltip086.htm" target="_blank">http://windows.about.com/library/tips/bltip086.htm</a>

That will turn them "off" - it will swap the scancodes to 0x0 which is
generally considered an error (which I believe is ignored).

I have done a similar thing for my Logitech keyboard (changed different keys
though) and further information can be found linked fromthe bottom of my
page:
<a style='text-decoration: underline;' href="http://www.ben.pope.name/logitech.html" target="_blank">www.ben.pope.name/logitech.html</a>

Ben
--
Questions by email will likely be ignored, please use the newsgroups.
I'm not just a number. To many, I'm known as a String...<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: programming keyboard functions 
Back to top
Login to vote
Yau-ming

External


Since: Apr 07, 2004
Posts: 5



(Msg. 4) Posted: Wed Apr 07, 2004 11:46 am
Post subject: Re: programming keyboard functions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks ben - yah i know about turning them off. but how about editing them
to another key stroke - like backspace???

I'm using a happy hacking lite2 keyboard and it needs a dediocated backspace
key
 >> Stay informed about: programming keyboard functions 
Back to top
Login to vote
Ben Pope

External


Since: Mar 29, 2004
Posts: 691



(Msg. 5) Posted: Wed Apr 07, 2004 10:43 pm
Post subject: Re: programming keyboard functions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yau-ming wrote:
 > thanks ben - yah i know about turning them off. but how about editing them
 > to another key stroke - like backspace???
 >
 > I'm using a happy hacking lite2 keyboard and it needs a dediocated
 > backspace key

Did you check the link to my website?

If you give me a clear description of what scancodes you want swapping, I'll
do ya' the .reg

like:
code 0xE05B to 0x0000 (or whetver)

Usually the left and right windows keys produce different scancodes

What the heck, copy this into a text file:
----------------------------------------------------------------------------
----
Windows Registry Editor Version 5.00

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

called whatever.reg
and merge it.

That should map both windows keys (0xe05b, 0xe05c) to delete (0xe053)

You'll need to reboot (as always).

Ben
--
A7N8X FAQ: <a style='text-decoration: underline;' href="http://www.ben.pope.name/a7n8x_faq.html" target="_blank">www.ben.pope.name/a7n8x_faq.html</a>
Questions by email will likely be ignored, please use the newsgroups.
I'm not just a number. To many, I'm known as a String...<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: programming keyboard functions 
Back to top
Login to vote
Crimson

External


Since: Apr 11, 2004
Posts: 1



(Msg. 6) Posted: Sun Apr 11, 2004 1:18 pm
Post subject: Re: programming keyboard functions Hello Ben [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Ben,

Thank you for the suggestion. I should have been more specific in my
request. But I'm using my new Happy Hacking Lite2 keyboard and it is taking
awhile to get used. The keys are in different places and I keep typing the
wrong keys. lol.

I am familar with editing the Windows keys as described here
http://support.microsoft.com/?kbid=181348

But I would like to still make use of the key and not have a dead key.

I just want to edit the LEFT WINDOWS KEY to BACKSPACE.

The FAQ on the HappyHackingL keyboard says that the code is 0xE0 0x5B.

I guess I'm rather obessed by it cos - the stupid winkey causes some of my
game programs to malfunction when I accidently press it. Nothing more
horrible than being so close to victory - like defusing the bomb or
something - then I accidently press the winkey or go ALT_TAB.

Cheers!! and Happy Easter!
 >> Stay informed about: programming keyboard functions 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
keyboard - I am using a Dell quietkey keyboard with a Dell Computer. I cannot get into standby mode. Does anyone know how to solve this problem?

remote keyboard HELP - Hi, I have to place a keyboard far from the PC (more than 30m). My vision is this: USB keyboard -> USB/ethernet converter -> ethernet hub -> long cable -> ethernet hub -> ethernet/USB converter -> PC's keyboard in Is this a working id...

Apple Pro Keyboard - Hi all, I have a little question about the Apple Pro Keyboard connection with a PC. I bought this keyboard a couple of weeks ago, and plugged into the USB port. No problem, the keyboard is well recognized, everything seems to work, wonderful this keyboar...

Keyboard Problem - Hi There, I used to have a USB keyboard (pure USB, not one with a PS2 connector as well). One of my kids decided to spill coffee all over it, so I bought a keyboard with a PS2/USB connector on it and have had all sorts of problems with it. Basically,....

Keyboard with backlighting? - Anyone know of a keyboard where just the characters on each key are backlit? I've had no lucking finding any through google.
   Hardware Problem Solving Community! (Home) -> Keyboards All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]