Skip to content

Commit

Permalink
feat(touch): vimmer
Browse files Browse the repository at this point in the history
  • Loading branch information
cutbypham committed Aug 11, 2021
1 parent b655a9d commit 6f95ecf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions touchcursor/touchcursor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ KEY_H=KEY_LEFT
KEY_J=KEY_DOWN
KEY_L=KEY_RIGHT
KEY_U=KEY_PAGEUP
KEY_D=KEY_PAGEDOWN
KEY_N=KEY_PAGEDOWN
KEY_I=KEY_HOME
KEY_O=KEY_END
KEY_M=KEY_DELETE
KEY_P=KEY_BACKSPACE
KEY_X=KEY_DELETE
KEY_D=KEY_BACKSPACE
KEY_Y=KEY_INSERT
# Default bindings from SpaceFN: https://geekhack.org/index.php?topic=51069
KEY_B=KEY_SPACE
KEY_S=KEY_SPACE
KEY_1=KEY_F1
KEY_2=KEY_F2
KEY_3=KEY_F3
Expand Down

0 comments on commit 6f95ecf

Please sign in to comment.