On 21/6/11 09:18, Jasper van de Gronde wrote:
On 2011-06-20 10:19, Felipe Sanches wrote:
- Adding the shortcut to the tooltip (see, for example, 'select and transform' tooltip)
good. I will do it!
Actually in most cases tooltips should AUTOMATICALLY state the shortcut associated with it. If it does not, then you may want to look into why that is so. In particular, any tooltip for a "verb" automatically has the shortcut appended to it, and that should include all tools. One of the advantages is that it automatically follows the actual currently defined shortcuts, even if they differ from the defaults.
See attached diff.
~suv
=== modified file 'share/keys/default.xml' --- share/keys/default.xml 2011-06-13 06:33:29 +0000 +++ share/keys/default.xml 2011-06-21 08:35:58 +0000 @@ -120,7 +120,7 @@ <bind action="ArcPrefs" />
<bind key="m" action="ToolMeasure" /> - <bind key="M" action="ToolMeasure" /> + <bind key="M" action="ToolMeasure" display="true" />
<bind key="F9" modifiers="Shift" action="ToolStar" /> <bind key="asterisk" modifiers="Shift" action="ToolStar" />