Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.3 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.3 KB

Choice of scripts

There are 2 .ahk scripts available:

  • MediaArrowKeys.ahk - Remaps Arrow Keys
  • MediaNumpadKeys.ahk - Remaps NumPad Keys

Choose which scripts to run based on what is available on your keyboard and/or what you use less.

Media Arrow Keys

When CAPSLOCK is enabled remap ARROW KEYS and CTRL + SPACE to media control keys.

Number Command
Right arrow Play next
Left arrow Play previous
Up arrow Volume up
Down arrow Volume down
Ctrl + Space Play / Pause

CAPSLOCK needs to be ON for the hotkeys to work.
The original key functionality is kept.


Media Numpad

When NUMLOCK is disabled, remap NUMPAD KEYS to media control keys.

Number Button Command
6 [ → ] Play next
4 [ ← ] Play previous
8 [ ↑ ] Volume up
2 [ ↓ ] Volume down
0 [ Ins ] Play / Pause
7 [ home ] Launch default media app

NUMLOCK needs to be OFF for the hotkeys to work.


Requires AutoHotKey v2.0

https://www.autohotkey.com/