====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 "F10" } class "*" binding "NoKeyboardNavigation" ---- **Navigation: [[asm]] . [[compilation]] . [[linux]] . [[windows]] . [[mac]] . back to [[start]]**