ililim / dual-key-remap

Remap any key to any other two keys on Windows 🔥. Remap CapsLock to both Ctrl and Escape! (It's like xcape for windows!)
GNU General Public License v2.0
499 stars 36 forks source link

More key suggestions #52

Open NyxDragon opened 2 years ago

NyxDragon commented 2 years ago

Good day, I have an older-style keyboard with a ton more keys. Adding support for keys F1-F24, if possible, or the "Back-word" and "newline" (Not return) keys, or help, print, record, or play, and possibly the pause/break key.

ililim commented 1 year ago

Sure, could you post the scan and virtual key codes for these? I can add them to the config.

WestRyanK commented 10 months ago

I am also interested in adding F1-F24 to dual key remap. Here's a table with those key codes:

Name | Virtual Key | Scan Code 
F1   | 70          | 03B 
F2   | 71          | 03C 
F3   | 72          | 03D 
F4   | 73          | 03E 
F5   | 74          | 03F 
F6   | 75          | 040 
F7   | 76          | 041 
F8   | 77          | 042 
F9   | 78          | 043 
F10  | 79          | 044 
F11  | 7A          | 057 
F12  | 7B          | 058 
F13  | 7C          | 064 
F14  | 7D          | 065 
F15  | 7E          | 066 
F16  | 7F          | 067 
F17  | 80          | 068 
F18  | 81          | 069 
F19  | 82          | 06A 
F20  | 83          | 06B 
F21  | 84          | 06B 
F22  | 85          | 06D 
F23  | 86          | 06E 

Here's where I got the codes