Make F1 key do Alt-Tab instead of Help, How?

  • Thread starter Thread starter asdfg
  • Start date Start date
A

asdfg

I would like to make my F1 key do the Alt Tab function instead of the
displaying the Help files. How?
 
Not possible. Those keys are hard-coded into software and not definable.
There may be 3rd party software but I'm not aware of any.
 
Coded into Software?

Lindsay said:
Not possible. Those keys are hard-coded into software and not definable.
There may be 3rd party software but I'm not aware of any.
 
Lindsay said:
Not possible. Those keys are hard-coded into software and not
definable. There may be 3rd party software but I'm not aware of any.


Sorry, that's not correct. It can easily be done and no third-party software
is required. Any key can be remapped in the registry. A google search should
find several sites explaining how to do this.

There are *also* several third-party programs that make it somewhat easier
to do this, such as the freeware Sharpkeys at
http://www.randyrants.com/sharpkeys/
 
Yes, the problem I have with the registry edits is that I know what the code
is for Alt and even the Tab key, but I don't know how to put both on the
same Function key. I know only how to put one on the key at a time. I will
look into these free programs to see if they allow me to do Alt Tab on a
single key.
 
No, they don't allow me to have the alt-tab function on one key. All I did
was ended up doing was killing my Tab key altogether. Fortunately I set a
restore point before I installed the programs.
 
But doesn't remapping the keys change the keys for everything and not just
help and the task switcher?
 
Create a text file and paste these lines in and name it WhateverYouWant.vbs. In this example it cuts and pastes between two windows. See below for sendkeys docs.


set WshShell = WScript.CreateObject("WScript.­Shell")
WshShell.SendKeys "%{TAB}"
[above sends Alt + Tab]


Then set a shortcut to the scripts (right click it and choose Copy, go to the Desktop, a sub folder of the desktop, or on the Start Menu somewhere [right click Start and choose Open] and right click a blank area and choose Paste Shortcut) and set a hotkey for the shortcut (see help - but right click shortcut and choose Properties and look on the general tab - a lot of keys aren't available).
 
PS You can remap keys not key combinations on a keyboard. So you can make F1 tab but would still need to press Alt + F1.

--
--------------------------------------------------------------------------------------------------
Goodbye Web Diary
http://margokingston.typepad.com/harry_version_2/2005/12/thank_you_and_g.html#comments
=================================================
"David Candy" <.> wrote in message Create a text file and paste these lines in and name it WhateverYouWant.vbs. In this example it cuts and pastes between two windows. See below for sendkeys docs.


set WshShell = WScript.CreateObject("WScript.­Shell")
WshShell.SendKeys "%{TAB}"
[above sends Alt + Tab]


Then set a shortcut to the scripts (right click it and choose Copy, go to the Desktop, a sub folder of the desktop, or on the Start Menu somewhere [right click Start and choose Open] and right click a blank area and choose Paste Shortcut) and set a hotkey for the shortcut (see help - but right click shortcut and choose Properties and look on the general tab - a lot of keys aren't available).
 
asdfg said:
No, they don't allow me to have the alt-tab function on one key. All I did
was ended up doing was killing my Tab key altogether. Fortunately I set a
restore point before I installed the programs.

I suspected that might be the case. There may still be a way to do this.

Steve N.
 
The computer keyboards are getting bigger and wider. That Alt key is getting
further away from the Tab key.

Calling Microsoft. Vista to the rescue.
 
The computer keyboards are getting bigger and wider.

Got something to substantiate this claim?
 
Try using the Left hand Alt key instead.
The computer keyboards are getting bigger and wider. That Alt key is getting
further away from the Tab key.

Calling Microsoft. Vista to the rescue.
 
Retard, I am talking about that one. There are two new keys on my zd8000
pushing the left Alt key further to the right. Now blow me.
 
Back
Top