On 6/9/10 19:33, Jasper van de Gronde wrote:
I've just added code to automatically add the shortcut key to tooltips of verbs. If you find any problems with tooltips (it lists something strange, a tooltip doesn't show anymore, the shortcut is listed double, whatever) you know where to look first.
The main change is that the shortcut is now made part of the tooltip as reported by the verb and that we now use a gtk function to derive the shortcut label instead of our own function (the result seems to be the same). I've tried to check for situations where this would lead to double or unwanted listing of the shortcut, but so far it seems fine.
Issue has been tracked in Bug #407851 “keyboard shortcuts missing in Toolbox tooltips”: https://bugs.launchpad.net/inkscape/+bug/407851
First tests with Inkscape 0.48+devel r9745 (en) on OS X 10.5.8 work flawlessly - thx alot! The missing shortcuts in the tooltips of the all tools (toolbox) have been noticed by many users, but no query ever revealed why they suddenly disappeared in 0.47 ;)
One shortcut I noticed to be missing so far: 'Enable snapping', the first icon in the snapping toolbar, is toggled with the same shortcut key as 'View > Snap' (%), but the shortcut is not shown in the tooltip of the toolbar button.
thanks again, ~suv