Create your own key/shortcuts by remapping them using necessary scan codes. It's basically PowerToys' Keyboard Manager but at the global level i.e. mapped key/shortcuts are what received by all apps (games included).
- Install interception driver as specified and restart.
- Go to Releases, download
InterceptKeys_release_x64.7zand extract to a folder. - Configure any mappings you want.
- Open Command Prompt (
cmd.exe) as admin in the folder and run command:InterceptKeys.exe install. Follow the instructions and it'll be done. - It'll install InterceptKeysService to ensure it auto starts and run in background all the time.
- Open Command Prompt (
cmd.exe) as admin in the folder and run command:InterceptKeys.exe uninstall. Follow the instructions and it'll be done. This would remove the InterceptKeysService. - To uninstall interception driver, follow the steps mentioned in the repo's docs.
- Restart your computer.
- Make sure you know the scan codes of the required keys. If not, read this...
- Open
mapping.tomland add mappings. [[mappings]]is an array, consisting offrom,toandpriority.- The keys format should be
[_MODIFIER_KEY1_, ..., _MODIFIER_KEY4_, _REGULAR_KEY_], i.e. max of 5 key strokes. - The entries are set on a priority basis. Mappings with least priority are first to be triggered.
- Here are some samples...
- After you've done mapping, simply run:
InterceptKeys.exeto test if everything's working fine.
- In Command Prompt (
cmd.exe), run this command:InterceptKeys.exe --detect-keys-only - Now, the program would detect all your key/shortcut clicks. This would help you find the desired scan code (inside parenthesis).
This tool alters kernel-level keyboard input globally — incorrect mappings can disable essential keys. Use carefully and test thoroughly to avoid losing control of your system.
Checkout the docs.