User Tools

Site Tools


disable-f10

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 . mac . back to start

disable-f10.txt · Last modified: 2017/11/25 17:37 by darkbyte