10

I am trying to get Emacs-like Keybindings in GTK, Firefox, Chrome, etc. I have followed the directions recommended here (and in lots of places) but to no effect.

In other words, I added gtk-key-theme-name = "Emacs" to my .gtkrc-2.0, and I also ran gconf-editor and set /desktop/gnome/interface/gtk_key_theme to "Emacs". I even rebooted just for good measure.

I am using an ordinary 12.04 install, with Unity 3D as the desktop environment.

Peachy
  • 7,117
  • 10
  • 38
  • 46
sam
  • 213
  • 2
  • 7

1 Answers1

17

same problem as you. This worked for me:

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

Source: http://situmam.blogspot.com.es/2012/05/emacs-keybidings-in-ubuntu-1204-precise.html

Seth
  • 58,122
Patrik
  • 186
  • 1
  • 2