gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #00339
[Bug 398355] Re: No hint of keyboard binding for "Delete"
Hello Jonafthan,
Could you provide a patch/branch for this ? It would be very helpful.
Thanks in advance
--
No hint of keyboard binding for "Delete"
https://bugs.launchpad.net/bugs/398355
You received this bug notification because you are a member of Gtg
developers, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: Confirmed
Bug description:
The "Delete" action can be performed through the toolbar or through the menu. It turns out that it also has a keyboard binding (the Delete key). The fact that this keyboard binding exists is not shown on the UI -- it should be.
One way of implementing this is to use a gtk.Action to represent deleting, and associate a keyboard binding, menu item and toolbar item with that action.
Follow ups