gonzaarcr / touchpad-window-switcher-gnome-ext

Gnome extension that allows to swtich windows like Windows with the touchpad
22 stars 3 forks source link

Doesn't work swipe-down gesture correctly #4

Open Indigo0087 opened 3 years ago

Indigo0087 commented 3 years ago

Tried command gsettings set org.gnome.desktop.wm.keybindings show-desktop ['<Super>d'] and keybinding Super+D works, but trying to swipe-down nothing happens. By the way, if terminal or any text redactor is opened, swipe-down gesture prints D letter in text line. Is there a way to fix it?

Super+D is working Super+D is working

Terminal output during swipe-down gesture: Terminal output during swipe-down gesture

gonzaarcr commented 3 years ago

That’s on Wayland, right? It doesn’t play well with keyboard simulation, I’m gonna have to do a manual implementation /:

gonzaarcr commented 3 years ago

Fixed on 42dd7a8. Now it works on Wayland. Tomorrow I’ll add support for workspaces.