[evolution-patches] Seek review for bug #45825, control+tab /shift+control+tab conflict with the HIG guideline



Hi all,

The patch just remove the control+Tab keybinding of gtkhtml widget.

The binding is bind to indent more/less. But in mail composer, we
already have control+[,contorl+] to indent more/less. So the control+tab
binding is not nesseccery. And worse, it cause control tab cannot switch
to attachment window when composing mail.


Regards
York

Index: gtkhtml.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/gtkhtml.c,v
retrieving revision 1.521
diff -u -r1.521 gtkhtml.c
--- gtkhtml.c	27 Jun 2003 15:51:06 -0000	1.521
+++ gtkhtml.c	5 Jul 2003 08:54:01 -0000
@@ -4638,8 +4638,6 @@
 
 	/* tabs */
 	BCOM (0, Tab, INSERT_TAB_OR_NEXT_CELL);
-	BCOM (GDK_CONTROL_MASK, Tab, INDENT_INC);
-	BCOM (GDK_CONTROL_MASK | GDK_SHIFT_MASK, Tab, INDENT_DEC);
 	BCOM (GDK_SHIFT_MASK, Tab, PREV_CELL);
 
 	/* spell checking */


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