[Gtkradiant] [Bug 177] cleanup the keyboard handling

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Tue, 09 Dec 2003 16:02:47 -0600


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=177

wjoseph@europe.ea.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From wjoseph@europe.ea.com  2003-12-09 16:02 -------
1.5 handles keyboard shortcuts in a new way:

All shortcuts are registered directly by the subsystems that require them, 
using global_accel_group_add_accelerator(). This uses the new gtk2 accelerators 
api, which works independently of menu-item accel-labels - so shortcuts do not 
need to be associated with a menu item.
Keydown/Keyup shortcuts can also be registered.