Skip to content

When CAPSLOCK/NUMLOCK is enabled/disabled, remap arrow keys/numpad to media keys.

Notifications You must be signed in to change notification settings

RenePotocnik/better-media-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

When CAPSLOCK/NUMLOCK is enabled/disabled, remap arrow keys/numpad to media keys.

Topics

Resources

Stars

Watchers

Forks