On Sun, Feb 12, 2017 at 6:32 PM, Hilaire <hilaire@drgeo.eu> wrote:
Hi,
While writing these tooltips for the debugger, it seems to me some refactoring is needed in the use of Pharo shortcut: https://pharo.fogbugz.com/f/cases/19684/GLMAction-and- PharoShortcut-need-refactoring
because the current situation to have Glamour tk rendering short cut as 'Ctrl-A' then Spec as 'Meta-A'
Any opinion on the topic.
Well spotted. They should be consistent. I guess the next questions are; * Does Glamour convert cross platform Meta-x definitions to platform specific in its rendering? Or are the Ctrl-xx hard coded? * If the former, can Spec be made to do the same conversion for its rendering? * Or do we prefer to refer to the general Meta-x throughout the UI? cheers -ben