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.

Thanks.

link|improve this question
feedback

1 Answer

KDE doesn't use registry tool such as gconf everything done by system settings, but you can try kwriteconfig to set global environment for KDE applications. but I don't sure either. You can read this tutorial http://news.softpedia.com/news/Hidden-KDE-Options-and-Features-53213.shtml

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.