Comment #1 on issue 1009 by tu...@tudorgirba.com: GTInspector does not accept code on CMD+s http://code.google.com/p/moose-technology/issues/detail?id=1009
I tried to add shortcut: $s in:
SaveDebugAction>>asGlamourAction
^ super asGlamourAction shortcut: $s; action: [ :textPresentation | self sourceCode: textPresentation text. self execute ]
but it seems to not have the wanted effect. Strange.