gnome-terminal
How to set gnome-terminal profile encoding
Select profile in gconf-editor:
/apps/gnome-terminal/profiles/Profile1
Create Ne Key...
Name: encoding
Example Value: KOI8-R
gnome-terminalUbuntuhow
to disable F10 key*
For gtk-3 apps like gnome-terminal and nautilus I created a new file:
cat > ~/.config/gtk-3.0/gtk.css @binding-set NoKeyboardNavigation {
unbind "<F10"
unbind "<shift>F10"
}