Fix horizontal scroll with touchpad on MacOS
This commit is contained in:
@@ -34,6 +34,7 @@ local function keymap_macos(keymap)
|
|||||||
["cmd+8"] = "root:switch-to-tab-8",
|
["cmd+8"] = "root:switch-to-tab-8",
|
||||||
["cmd+9"] = "root:switch-to-tab-9",
|
["cmd+9"] = "root:switch-to-tab-9",
|
||||||
["wheel"] = "root:scroll",
|
["wheel"] = "root:scroll",
|
||||||
|
["hwheel"] = "root:horizontal-scroll",
|
||||||
["shift+hwheel"] = "root:horizontal-scroll",
|
["shift+hwheel"] = "root:horizontal-scroll",
|
||||||
|
|
||||||
["cmd+f"] = "find-replace:find",
|
["cmd+f"] = "find-replace:find",
|
||||||
|
|||||||
Reference in New Issue
Block a user