- assigning function keys other shortcut values
- Posted by kingcobra on November 22nd, 2007
hello
can somebody please tell me can you assign a function key the same
functionality as a combination of other keys.
i want to do this for just 1 program where 1 want to use ctrl a and alt n
shortcuts a lot.
i would like to make f12 send ctrl n to the program and say f11 send alt n
to the program.
does anybody know how to do this?
thanks very much
brendan
- Posted by Unknown on November 22nd, 2007
No you cannot.
"kingcobra" <kingcobra@discussions.microsoft.com> wrote in message
news:85C035A1-6046-4A43-ADA1-8273F3E4DBF5@microsoft.com...
- Posted by kingcobra on November 23rd, 2007
does anybody know the signal that gets sent to software when you press
combinations of keys like say ctrl + a?
thanks very much
- Posted by Bob I on November 26th, 2007
Have at it.
http://www.microsoft.com/whdc/device...kscan-map.mspx
kingcobra wrote:
- Posted by Pegasus \(MVP\) on November 26th, 2007
Nice one (thanks for the info!) but perhaps not entirely suitable
for the OP:
- He wants it just for one program. This technique applies to all
programs and all users.
- If I understand the article correctly then editing this registry
location will modify they keyboard layout. It won't let the OP
generate Alt+N when pressing F11.
"Bob I" <birelan@yahoo.com> wrote in message
news:O1uqjhDMIHA.2432@TK2MSFTNGP04.phx.gbl...
- Posted by Bob I on November 27th, 2007
Yep in re-reading the OP that's correct. The fix would be to "jigger"
the program itself to understand "F11" was Alt+N.
Pegasus (MVP) wrote:
- Posted by kingcobra on November 27th, 2007
bob have you any idea how to do that?
- Posted by Bob I on November 28th, 2007
No idea how the "mystery program works", or if there is any changes
allowed in its setting. A third party solution may be to create an
AutoIt script an try to intercept the F key press, and send an "Alt+key"
press instead. (AutoIT is available for free at the authors web site)
kingcobra wrote:
- Posted by kingcobra on December 4th, 2007
ok
thanks very much
i will try to use autoit
i just want any solution
a script that sends keys that could be ran when you press a key would work
fine
there are many apps to run files or executables that could run the script i
think