Comment 1 for bug 987971

Revision history for this message
Valdisvi (valdis-vitolins) wrote :

According to https://bbs.archlinux.org/viewtopic.php?id=129872#8 get workaround for it:

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

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

* {
 gtk-key-bindings: NoKeyboardNavigation
}