[evolution-patches] gal patch for 45776(keyboard navigation)



Bug 45776 is "In DayView and WeekView, Alt + Arrow Keys with the event is selected, Move a selected event through time lines."
This patch is used to enable "Alt + Arrow Keys".
Thanks


? docs/gal-api.html
? gal/a11y/e-table/gal-a11y-e-cell-combo.c
? gal/a11y/e-table/gal-a11y-e-cell-combo.h
? gal/a11y/e-table/gal-a11y-e-cell-popup.c
? gal/a11y/e-table/gal-a11y-e-cell-popup.h
Index: gal/util/e-text-event-processor-emacs-like.c
===================================================================
RCS file: /cvs/gnome/gal/gal/util/e-text-event-processor-emacs-like.c,v
retrieving revision 1.18
diff -u -b -B -r1.18 e-text-event-processor-emacs-like.c
--- gal/util/e-text-event-processor-emacs-like.c	17 Nov 2002 05:40:15 -0000	1.18
+++ gal/util/e-text-event-processor-emacs-like.c	7 Nov 2003 08:15:27 -0000
@@ -191,6 +191,8 @@
 			command.time = event->key.time;
 			if (key.state & GDK_SHIFT_MASK)
 				command.action = E_TEP_SELECT;
+			else if (key.state & GDK_MOD1_MASK)
+				command.action = E_TEP_NOP;
 			else
 				command.action = E_TEP_MOVE;
 			switch(key.keyval) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]