[evolution-patches] Seek review for bug #45825, control+tab /shift+control+tab conflict with the HIG guideline
- From: yuedong du <yuedong du sun com>
- To: patches <evolution-patches ximian com>
- Cc: lewing <lewing ximian com>, Radek Doulik <rodo ximian com>, sceri-acc <sceri-evolution-acc sun com>
- Subject: [evolution-patches] Seek review for bug #45825, control+tab /shift+control+tab conflict with the HIG guideline
- Date: Mon, 07 Jul 2003 12:59:53 +0800
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]