GNOME Bugzilla – Bug 320495
Keyboard Shortcuts interfere with Gnomes Unicode shortcuts
Last modified: 2006-01-06 11:02:39 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.
Are there other combos that are not taken, perhaps Control-Alt?
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