Skip to content

Commit

Permalink
Add horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored and github-actions[bot] committed Dec 12, 2024
1 parent 3e46148 commit 27024b3
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 25 deletions.
2 changes: 1 addition & 1 deletion config/keymap/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├───────────────┼───────────────┼───────────────┼────────────────┼─────────────┤
&kp LGUI, &kp LALT, &kp LCTRL, &kp LSHFT, &none, &msc SCRL_DOWN, &mmv MOVE_LEFT, &mmv MOVE_DOWN, &mmv MOVE_RIGHT, &none, \
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├───────────────┼───────────────┼───────────────┼────────────────┼─────────────┤
&none, &none, &none, &none, &none, &none, &mkp RCLK, &none, &none, &none, \
&none, &none, &none, &none, &none, &none, &mkp RCLK, &msc SCRL_LEFT, &msc SCRL_RIGHT, &none, \
// ╰─────────────┴─────────────┴─────────────┼─────────────┼─────────────┤ ├───────────────┼───────────────┼───────────────┴────────────────┴─────────────╯
&none, &none, &mkp LCLK, &mkp RCLK \
// ╰─────────────┴─────────────╯ ╰───────────────┴───────────────╯
Expand Down
19 changes: 13 additions & 6 deletions keymap-drawer/akohekohe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions keymap-drawer/akohekohe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ layers:
- ''
- ''
- $$mdi:cursor-default-click$$
- ''
- ''
- {t: '$$mdi:mouse-scroll-wheel$$', s: '$$mdi:arrow-left-thin$$', type: text_with_symbol}
- {t: '$$mdi:mouse-scroll-wheel$$', s: '$$mdi:arrow-right-thin$$', type: text_with_symbol}
- {type: held}
- {t: '$$mdi:cursor-default-click-outline$$', type: held}
combos:
Expand Down
8 changes: 8 additions & 0 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@ parse_config:
tap: $$mdi:mouse-scroll-wheel$$
shifted: $$mdi:arrow-down-thin$$
type: text_with_symbol
'&msc SCRL_LEFT':
tap: $$mdi:mouse-scroll-wheel$$
shifted: $$mdi:arrow-left-thin$$
type: text_with_symbol
'&msc SCRL_RIGHT':
tap: $$mdi:mouse-scroll-wheel$$
shifted: $$mdi:arrow-right-thin$$
type: text_with_symbol

'&hml_m LALT MB4':
tap: $$mdi:cursor-default-click-outline$$
Expand Down
19 changes: 13 additions & 6 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.
4 changes: 2 additions & 2 deletions keymap-drawer/rommana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ layers:
- ''
- ''
- $$mdi:cursor-default-click$$
- ''
- ''
- {t: '$$mdi:mouse-scroll-wheel$$', s: '$$mdi:arrow-left-thin$$', type: text_with_symbol}
- {t: '$$mdi:mouse-scroll-wheel$$', s: '$$mdi:arrow-right-thin$$', type: text_with_symbol}
- ''
- {type: held}
- {t: '$$mdi:cursor-default-click-outline$$', type: held}
Expand Down
19 changes: 13 additions & 6 deletions keymap-drawer/sweep.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions keymap-drawer/sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ layers:
- ''
- ''
- $$mdi:cursor-default-click$$
- ''
- ''
- {t: '$$mdi:mouse-scroll-wheel$$', s: '$$mdi:arrow-left-thin$$', type: text_with_symbol}
- {t: '$$mdi:mouse-scroll-wheel$$', s: '$$mdi:arrow-right-thin$$', type: text_with_symbol}
- ''
- ''
- {type: held}
Expand Down

0 comments on commit 27024b3

Please sign in to comment.