Skip to content

Commit

Permalink
readme.md Fix remap_hotkey example
Browse files Browse the repository at this point in the history
The `remap_hotkey` example:
https://github.com/boppreh/keyboard#keyboardremap_hotkeysrc-dst-suppresstrue-trigger_on_releasefalse

wasn't updated when the function was renamed:
from: `remap`
to: `remap_hotkey`

In the commit:
Use hooks to implement key remappings
3ebe48b#diff-78144a085fc983d74768166c57ad6c89L1019-R1023
  • Loading branch information
duianto authored and boppreh committed Jul 17, 2020
1 parent 09204c9 commit 86d9a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ Example:

```py

remap('alt+w', 'ctrl+up')
remap_hotkey('alt+w', 'ctrl+up')
```


Expand Down

0 comments on commit 86d9a85

Please sign in to comment.