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

question #42

Closed salembaba closed 2 years ago

salembaba commented 2 years ago

Dear ililim I need to change CAPSLOCK key to type Unicode Character “پ” (U+067E) with UTF-8 Encoding: 0xD9 0xBE in arabic set what shall I write in config.txt?

ililim commented 2 years ago

Hi there, for general key remapping I recommend using AutoHotkey instead. This tool is specialized for the "Dual Key" modifier use-case.

salembaba commented 2 years ago

I prefer the Dual key remap because it does not need admin password to be installed in the system. But AutoHotKey needs the admin password for installation. The administrator does not install any keyboard changing software and does not trust them, because he is afraid of keyloggers. He does not have much technical information.

ililim commented 2 years ago

You could write the AHK script on a different machine and compile it to a standalone exe file. Then that exe file should work without installation or admin access - just like dual-key-remap.

salembaba commented 2 years ago

Perfect, Thank you very much.