[hamster-applet/gnome-2-30] map ctrl+w instead of Esc for window-close
- From: Toms Baugis <tbaugis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hamster-applet/gnome-2-30] map ctrl+w instead of Esc for window-close
- Date: Sun, 18 Apr 2010 21:26:42 +0000 (UTC)
commit ccd328fec6f67746cefec5d1d2d1ecf2c6eaf478
Author: Toms Bauģis <toms baugis gmail com>
Date: Sun Apr 18 22:25:52 2010 +0100
map ctrl+w instead of Esc for window-close
src/hamster-standalone | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/hamster-standalone b/src/hamster-standalone
index 14c7d7e..891ec8e 100755
--- a/src/hamster-standalone
+++ b/src/hamster-standalone
@@ -153,7 +153,7 @@ class ProjectHamster(object):
gtk.accel_map_add_entry("<hamster-applet>/tracking/add", gtk.keysyms.n, gtk.gdk.CONTROL_MASK)
gtk.accel_map_add_entry("<hamster-applet>/tracking/overview", gtk.keysyms.o, gtk.gdk.CONTROL_MASK)
gtk.accel_map_add_entry("<hamster-applet>/tracking/stats", gtk.keysyms.i, gtk.gdk.CONTROL_MASK)
- gtk.accel_map_add_entry("<hamster-applet>/tracking/quit", gtk.keysyms.Escape, 0)
+ gtk.accel_map_add_entry("<hamster-applet>/tracking/quit", gtk.keysyms.w, gtk.gdk.CONTROL_MASK)
gtk.accel_map_add_entry("<hamster-applet>/edit/prefs", gtk.keysyms.p, gtk.gdk.CONTROL_MASK)
gtk.accel_map_add_entry("<hamster-applet>/help/contents", gtk.keysyms.F1, 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]