TextEditor/SmalltalkEditior initializeThis change is not yet visible, although I defined a postloadyou will see the change only after
(all alt+ shortcut are removed now, only the
ctrl+ shortcuts should work)
alt+space / ctrl+space -> select word
alt+b/ctrl+b browseIt
alt+c/ctrl+c copy
alt+x/ctrl+x cut
alt+v/ctrl+v paste
alt+f/ctrl+f find
Some "duplicate" shortcuts weren't removed because the shortcutdefined with the keymap pragma don't work (at least on windows).
For example:
ctrl+a/alt+a defined with the action map
and ctrl+a defined by keymap pragam
this wasn't remove, because ctrl+a does not work on windows vm
ctrl+m/alt+m defined by the action map
ctrl+m defined by keymap pragma
this wasn't remove, because ctrl+m does not work on windows vm