action in its keymap and the action has a unique configurable KMKeyCombinationWe would need to rebuild all keymaps.- we need a setting that lists all PharoShortcuts,Shortcuts in text editor are hardcoded
I think it is a good idea to commonly name those short cuts.
But this does not help to make the shortcut handling really configurable.For example, how would we change the shortcut for "toggle comment" ?
- change the keycombination in the setting
- toggleCommentOnSelectionOrLine now would�� return the new shortcut
But�� how do we populate the change to all users of this shortcut?
(And if we want to save and load this shortcuts settings (load settings at startup), we
need to rebuild all keymappings on every image startup).
Instead, we could define commonly named "Actions". A texteditor can register this
nicolaicheerswhat do you think?