Fix horizontal scroll with touchpad on MacOS

This commit is contained in:
Guldoman 2022-12-28 17:26:57 +01:00
parent 870d685b59
commit 74349f8e56
No known key found for this signature in database
GPG Key ID: EA928C8BDA1A8825
1 changed files with 1 additions and 0 deletions

View File

@ -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",