Skip to content

Commit

Permalink
Style mouse keys differently
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar authored and github-actions[bot] committed Apr 1, 2024
1 parent 003db68 commit b472616
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 56 deletions.
16 changes: 8 additions & 8 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ parse_config:
'&bt BT_SEL 3': BT 4
'&bt BT_SEL 4': BT 5

'&mmv MOVE_UP': M
'&mmv MOVE_DOWN': M
'&mmv MOVE_LEFT': M
'&mmv MOVE_RIGHT': M
'&mmv MOVE_UP': Mouse
'&mmv MOVE_DOWN': Mouse
'&mmv MOVE_LEFT': Mouse
'&mmv MOVE_RIGHT': Mouse

'&msc SCRL_UP': MW
'&msc SCRL_DOWN': MW
'&msc SCRL_LEFT': MW
'&msc SCRL_RIGHT': MW
'&msc SCRL_UP': MWheel
'&msc SCRL_DOWN': MWheel
'&msc SCRL_LEFT': MWheel
'&msc SCRL_RIGHT': MWheel

'&mkp LCLK': Left Click
'&mkp RCLK': Right Click
Expand Down
32 changes: 24 additions & 8 deletions keymap-drawer/corneish_zen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions keymap-drawer/corneish_zen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,20 +228,20 @@ layers:
- ''
- ''
- ''
- MW
- MW
- M
- MW
- MW
- MWheel
- MWheel
- Mouse
- MWheel
- MWheel
- Ctrl
- Gui
- Alt
- Shift
- ''
- ''
- M
- M
- M
- Mouse
- Mouse
- Mouse
- ''
- ''
- ''
Expand Down
32 changes: 24 additions & 8 deletions keymap-drawer/grumpybird.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions keymap-drawer/grumpybird.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,20 +179,20 @@ layers:
- ''
- ''
- ''
- MW
- MW
- M
- MW
- MW
- MWheel
- MWheel
- Mouse
- MWheel
- MWheel
- Ctrl
- Gui
- Alt
- Shift
- ''
- Right Click
- M
- M
- M
- Mouse
- Mouse
- Mouse
- ''
- ''
- ''
Expand Down
32 changes: 24 additions & 8 deletions keymap-drawer/rommana.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions keymap-drawer/rommana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,20 @@ layers:
- ''
- ''
- ''
- MW
- MW
- M
- MW
- MW
- MWheel
- MWheel
- Mouse
- MWheel
- MWheel
- Ctrl
- Gui
- Alt
- Shift
- ''
- ''
- M
- M
- M
- Mouse
- Mouse
- Mouse
- ''
- ''
- ''
Expand Down

0 comments on commit b472616

Please sign in to comment.