Hi all
Anyone who knows what happened to the verbs SP_VERB_LAYER_TOGGLE_LOCK and SP_VERB_LAYER_TOGGLE_HIDE? They are defined at lines 2450-2454 in verbs.cpp but do not seem to be used anymore. Could they be deleted or is some other change needed here?
Kind regards K.
On 03/06/2012 13:09, Kris De Gussem wrote:
Hi all
Anyone who knows what happened to the verbs SP_VERB_LAYER_TOGGLE_LOCK and SP_VERB_LAYER_TOGGLE_HIDE? They are defined at lines 2450-2454 in verbs.cpp but do not seem to be used anymore. Could they be deleted or is some other change needed here?
Added in rev 11131: http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/11131
to implement - Bug #728081 “Keyboard shortcut - Lock current layer” https://bugs.launchpad.net/inkscape/+bug/728081
Why delete them? AFAIU verbs can be used for keyboard shortcuts (predefined in 'share/keys/default.xml' or added by the user in '~/.config/inskcape/keys/default.xml'), via command line or dbus API even if they are presently not hooked up to a GUI element (menu, button).
They could be added as 'unbound' definitions to 'share/keys/default.xml' for now (to ease custom shortcut definitions for users).
~suv
Why delete them? AFAIU verbs can be used for keyboard shortcuts (predefined in 'share/keys/default.xml' or added by the user in '~/.config/inskcape/keys/default.xml'), via command line or dbus API even if they are presently not hooked up to a GUI element (menu, button).
The problem is the translation. To really know how to translate the associated user messages, one should be able to see them in the GUI to know their usage.
As far as I can see, Bug #728081 is still a work in progress, so are the verbs (and user messages) going to be intregated more in the GUI (prior to release of 0.49)?
participants (2)
-
Kris De Gussem
-
~suv