changeset 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 362d19c732a8
children 668268f29a88
files unixSoft/otherbin/enable-emacs-in-gtk.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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