32

As for GTK apps under Gnome environment it's possible to set all applications to use Emacs-like input scheme:

$ gconftool --set -t string /desktop/gnome/interface/gtk_key_theme Emacs
$ gconftool --get /desktop/gnome/interface/gtk_key_theme
Emacs

I wonder if it's possible to adjust input for all QT apps in a similar way.

Drew
  • 2,144

3 Answers3

2

KDE doesn't use registry tools such as gconf everything done by system settings, but you can try kwriteconfig to set global environment for KDE applications. But I'm not sure either. You can read Hidden KDE Options and Features tutorial.

Gnoupi
  • 8,188
0

Solution for Unity:

gsettings set org.gnome.desktop.interface gtk-key-theme "Emacs"
slhck
  • 235,242
-2

Not so obvious solution for GTK apps in Cinnamon:

gsettings set org.cinnamon.desktop.interface gtk-key-theme "Emacs"