Skip to content

Commit

Permalink
Add a readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdstel committed Dec 1, 2017
1 parent 32368f8 commit 3a7e0ad
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# virtual-media-keys

Some [AutoHotkey](https://autohotkey.com/) scripts meant for people with
keyboards without media keys. These scripts intercept some hotkeys and
send media keys in their place.

There are currently two flavors: arrow keys and navigation keys. The first
one binds to the arrow keys, while the second one binds to navigation
keys.

| Command | Arrows | Navigation |
|---------|--------|------------|
| Play/pause | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>↑</kbd><br/><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>↓</kbd> | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>PgUp</kbd><br/><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>PgDn</kbd> |
| Previous | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>←</kbd> | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Home</kbd> |
| Next | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>→</kbd> | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>End</kbd> |

## Running / compiling

The scripts can be executed directly using
[AutoHotkey](https://autohotkey.com/). It also allows for compiling the
scripts. Binary files attached to releases have been modified to use the
complete icon set.

0 comments on commit 3a7e0ad

Please sign in to comment.