Hi,��
Hi,Tested in image: 50077 (hope it's not very critical to test on 50075)OS: Win 7TextEditor/SmalltalkEditior initializeThis change is not yet visible, although I defined a postloadyou will see the change only after
Ok, I did TextEditor/SmalltalkEditior initialize.��(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 findIn playground for me all of the above alt shortcuts work. As well as ctr.In system browser it's different:- alt-space, alt-b, alt-f does not work- all the others work (c, v, x)- all of above ctr shortcuts workSome "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 vmTrue, ctr-m does not work on win.Thanks for your work Nicolai.Best,Mark