-
-
Notifications
You must be signed in to change notification settings - Fork 954
Description
The idea to have Consistency across Platforms shortcuts is appealing but the current implementation (v3.0) does not work properly with international keyboards (eg issue #1601).
For instance, on a MacBookAir with AZERTY Belgian keyboard (S=Shift C=Ctrl A=Alt M=Cmd):
M-{ - Switch buffer to the left => A-M-(
M-} - Switch buffer to the right => A-M-)
M-+ - Increase text size of current buffer => S-M-=
M-] - Copy selection to paste buffer => S-A-M-) :-)
C-] - Cut selection to paste buffer => S-A-C-)
M-/ - Comment/Uncomment current line or selection => S-M-:
M-< - Move to beginning of buffer => M-< (not working)
M-> - Move to end of buffer => S+M+<
None of those shortcuts works properly, which is very annoying since there is no way to change the keyboard mapping.
Thanks,
Pierre