If you are using Unity and Midnight Commander in gnome-terminal then F10 gets send to the terminal program not the Midnight Commander.
Here are the steps to correct this:- install compizconfig-settings-manager
- run it
- go to "Ubuntu Unity plugin"
- disable "Key to open first panel menu"
- go to terminal menu Edit - keyboard shortcuts and disable "Enable the menu shortcut key (F10 by default)"
- paste this code into terminal (https://bugs.launchpad.net/ubuntu/+source/unity/+bug/726639/comments/18):
mkdir -p ~/.config/gtk-3.0
cat<~/.config/ gtk-3.0/ gtk.css @binding-set NoKeyboardNavigation {
unbind "F10"
}* {
gtk-key-bindings: NoKeyboardNavig ation
}EOF
Ni komentarjev:
Objavite komentar