Skip to content

Commit

Permalink
Fix horizontal scroll with touchpad on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Guldoman committed Dec 28, 2022
1 parent 870d685 commit 74349f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/core/keymap-macos.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ local function keymap_macos(keymap)
["cmd+8"] = "root:switch-to-tab-8",
["cmd+9"] = "root:switch-to-tab-9",
["wheel"] = "root:scroll",
["hwheel"] = "root:horizontal-scroll",
["shift+hwheel"] = "root:horizontal-scroll",

["cmd+f"] = "find-replace:find",
Expand Down

0 comments on commit 74349f8

Please sign in to comment.