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

A

asdfg

I would like to make my F1 key do the Alt Tab function instead of the
displaying the Help files. How?
 
L

Lindsay

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.
 
A

asdfg

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.
 
K

Ken Blake, MVP

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/
 
A

asdfg

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.
 
A

asdfg

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.
 
L

Lindsay

But doesn't remapping the keys change the keys for everything and not just
help and the task switcher?
 
K

Ken Blake, MVP

Lindsay said:
But doesn't remapping the keys change the keys for everything and not
just help and the task switcher?


No, you can remap keys individually.
 
D

David Candy

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).
 
D

David Candy

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).
 
S

Steve N.

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.
 
O

Obie San San

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.
 
H

Homer J. Simpson

The computer keyboards are getting bigger and wider.

Got something to substantiate this claim?
 
B

Bob I

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.
 
O

Obie San San

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top