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 Sep 27, 2023
1 parent 1048a30 commit 943d2a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,14 @@ remap:
### TODO
- Using the fusuma-plugin-sendkey to emulate mouse buttons
- Creating a simple key remapper using evdev and uinput to prevent the pressing of J/K keys on the physical keyboard from being sent.
- thumbsense
- [x] change layer of remap while tapping
- [ ] call executor like `command:`, `sendkey:`

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

## Contributing

Expand Down

0 comments on commit 943d2a1

Please sign in to comment.