[evolution-patches] gal patch for 45776(keyboard navigation)
- From: wu yang <Yang Wu sun com>
- To: Mike Kestner <mkestner ximian com>
- Cc: evolution-patches ximian com, sceri-evolution-acc sun com
- Subject: [evolution-patches] gal patch for 45776(keyboard navigation)
- Date: Fri, 07 Nov 2003 16:23:49 +0800
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]