Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Oct 4, 2023
1 parent 943d2a1 commit 7d33cb1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Set the following code in `~/.config/fusuma/config.yml`.
context: thumbsense

remap:
F: BTN_LEFT
E: BTN_MIDDLE
D: BTN_RIGHT
SPACE: BTN_LEFT
J: BTN_LEFT
K: BTN_RIGHT
```
Expand All @@ -55,8 +59,8 @@ remap:

- remap
- [x] remap to single key like `remap: { J: BTN_LEFT }`
- [x] send BTN_LEFT/BTN_MIDDLE/BTN_RIGHT click `remap: { I: BTN_MIDDLE }`
- [ ] remap multiple keys like `remap: { H: LEFTCTRL+TAB }`
- [ ] send middle click `remap: { I: BTN_MIDDLE }`

## Contributing

Expand Down

0 comments on commit 7d33cb1

Please sign in to comment.