this solution works for me: 
---------------------------------------------------------------------------------------------
There is a workaround for the context menus in gnome-terminal NOT to open upon 
pressing F10, it is in post#8 of this thread: 
https://bbs.archlinux.org/viewtopic.php?id=129872

Create a new file: ~/.config/gtk-3.0/gtk.css, then add this:

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

* {
 gtk-key-bindings: NoKeyboardNavigation
}

Close all terminal windows and restart terminal.
---------------------------------------------------------------------------------

but when i'm press F10 in terminal "~" sign appear, but it's ok now :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/937822

Title:
  [precise] F10 always opens the menu, cannot be overriden (after
  xkeyboard-config update)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/937822/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to