diff unixSoft/otherbin/enable-emacs-in-gtk.sh @ 160:dafd5586742e

Add script to enable emacs keybindings in gtk
author Augie Fackler <durin42@gmail.com>
date Tue, 24 Nov 2009 14:27:32 -0600
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/unixSoft/otherbin/enable-emacs-in-gtk.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo 'gtk-key-theme-name = "Emacs"' >>~/.gtkrc-2.0
+gconftool -t string --set /desktop/gnome/interface/gtk_key_theme Emacs