After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 320495 - Keyboard Shortcuts interfere with Gnomes Unicode shortcuts
Keyboard Shortcuts interfere with Gnomes Unicode shortcuts
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
CVS head
Other Linux
: Normal normal
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-02 11:32 UTC by Jens Getreu
Modified: 2006-01-06 11:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jens Getreu 2005-11-02 11:32:31 UTC
Distribution/Version: SuSE 9.3

In Gnome f. ex. Shift-Control 3a9 enters the unicode for the omega symbol.
Unfortunately shift-control a was choosen as keyboard menu shortcut.
Shift-Control 0-9a-fA-F shouldn't be used for this purpose.
Comment 1 Lars Clausen 2005-11-06 16:25:37 UTC
Are there other combos that are not taken, perhaps Control-Alt?
Comment 2 Hans Breuer 2006-01-06 11:02:39 UTC
2006-01-06  Hans Breuer  <hans@breuer.org>

	* app/menus.c : removed some keybindings with <control><shift>[0-9A-F]
	and change some other to use <control><alt>. They collide with GTK's 
	Unicode input feature. Fixes bug #320495. For rationale see: 
	http://developer.gnome.org/projects/gup/hig/2.0/input-keyboard.html