-
-
Notifications
You must be signed in to change notification settings - Fork 942
Shortcuts not working properly with international keyboards #1693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Understood - happy to consider pull requests. However we don't currently have the resources to support all keyboard layouts at this time. Apologies. |
Thank for your support. Supporting all keyboard layouts one by one is indeed out of scope. The idea is to be dependent on |
That certainly sounds more manageable. Could you flesh this idea out a little more? |
Most keys are safe: Some keys have minor issues: Some keys have major issues: For example,
Another example is
In most non-US/UK keyboards, Final example is
A possible workaround is to add alternative key combinations but it is still keyboard-dependent. HTH, |
This would be so nice to have! |
Is there any workaround because it's very annoying that I can not comment out certain parts quick when trying in out code in a live setup? |
Would it be okay then to duplicate the shortcut options for the keys in question and add alternatives to these shortcuts with some available combinations based on @pierredewilde 's suggestion? |
Unfortunately the shortcuts are all hard-coded into the GUI and are not currently dynamic and rebindable. General discussion about this is taking place here: #3162 |
|
Would be great if this would work in the future!
…On Fri, 3 Nov 2023 at 10:22, Emanuele Mazza ***@***.***> wrote:
Understood - happy to consider pull requests. However we don't currently
have the resources to support all keyboard layouts at this time. Apologies.
#3341 <#3341>
—
Reply to this email directly, view it on GitHub
<#1693 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOARUOPP6XI56Q43XCZ2W3YCSZUBAVCNFSM4DWKN3S2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZZGIYTANJZHAZQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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
The text was updated successfully, but these errors were encountered: