disable-f10
This is an old revision of the document!
disable F10 key binding in terminal
If you are using a WindowManager instead of a DesktopEnvironment, key F10 in terminal pops up the right-click menu, so it conflicts with mc for example. You have to disable menu-accelerators:
create or edit ~/.gtkrc-2.0 or /etc/gtk-2.0/gtkrc and add the following lines:
binding "NoKeyboardNavigation" {
unbind "<shift>F10"
}
class "*" binding "NoKeyboardNavigation"
Navigation: asm . compilation . linux . windows . back to start
disable-f10.1487246014.txt.gz · Last modified: 2017/02/16 12:53 by darkbyte
