You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input field of Mauncher is just a regular GTK text entry widget, so it respects all keybinds you've configured in GTK. You can make all GTK text input fields act more emacs-like by enabling Emacs input; with GNOME Tweak Tool, that's in Keyboard & Mouse -> Keyboard -> Emacs Input (there's probably some way to do it via the CLI too). This covers the C-w keybind, in Mauncher as well as all other GTK3 software.
This doesn't cover C-g for cancel and C-m for enter though. It would probably be a good idea to add a way to configure additional keybinds for that kind of stuff.
I'm accustomed to using some console keybindings like C-m for Enter, C-g for cancel, C-w to deleting a word. Would be possible to add those?
The text was updated successfully, but these errors were encountered: