Skip to content

Commit

Permalink
Documented new upstream feature in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Azarattum committed Aug 8, 2021
1 parent 95fcc48 commit 84f3953
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ Boss{A} >> B
!Boss E >> F
```

*Output on key release hotkeyer.conf:*
```bash
# Send "cmd" after the Windows run dialog appeared
Win{C} >> Win{R} ^ C M D Enter

# Prevent key repeat
A >> B^

# Output B when A is released
A >> ^B
```

For more detailed instructions check out: https://github.com/houmaster/keymapper#configuration

## Installation
Expand Down

0 comments on commit 84f3953

Please sign in to comment.