Skip to content

Commit

Permalink
Add horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Dec 12, 2024
1 parent 3e46148 commit 3fe5c6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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
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

0 comments on commit 3fe5c6e

Please # to comment.