tadeokondrak / waypoint

Wayland clone of keynav
Mozilla Public License 2.0
15 stars 5 forks source link

Scroll commands not working #15

Open tadeokondrak opened 4 weeks ago

tadeokondrak commented 4 weeks ago

Here is my config, I look into the source, I guess did not miss any option

``` # Waypoint's default config # User config is usually at ~/.config/waypoint/config bindings { escape quit ctrl+z undo return left-click minus middle-click equal right-click h cut-left j cut-down k cut-up l cut-right left cut-left down cut-down up cut-up right cut-right shift+h move-left shift+j move-down shift+k move-up shift+l move-right shift+left move-left shift+down move-down shift+up move-up shift+right move-right w scroll-up s scroll-down a scroll-left d scroll-right } ```

by the way, scroll-xxx didnot seem working

Originally posted by @vincentaxhe in https://github.com/tadeokondrak/waypoint/issues/12#issuecomment-2321229142

Opening this issue now so I don't forget - I can't test this right now