Comment 6 for bug 996485

Revision history for this message
Dmitry Maruschenko (yojick) wrote :

Here I found a workaround: https://bbs.archlinux.org/viewtopic.php?pid=1017546#p1017546

---8<------
For gtk-3 apps like gnome-terminal and nautilus I created a new file: ~/.config/gtk-3.0/gtk.css

@binding-set NoKeyboardNavigation {
 unbind "<shift>F10"
}

* {
 gtk-key-bindings: NoKeyboardNavigation
}

---8<------