Skip to content
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

Save All (Ctrl+Alt+S) doesn't work with US international keyboard layout on Windows #3965

Open
pecoes opened this issue Nov 11, 2023 · 1 comment

Comments

@pecoes
Copy link

pecoes commented Nov 11, 2023

When using the US international keyboard layout on Windows, Ctrl+Alt+S doesn't save all files but inputs the character ß. That's not entirely wrong behavior since that's how that keyboard layout is supposed to work, it is a major annoyance in Komodo though. Not even German programmers need that character while coding. Moreover, overriding Ctrl+Alt+S wouldn't make the character inaccessible since it is also available via AltGr+S.

@th3coop
Copy link
Member

th3coop commented Nov 14, 2023

Hi @pecoes, Komodo has been out of support for almost a year now. No future releases are coming so no override will be coming. Having said that, I'm happy to use this ticket to try and figure out a solution.

The easiest thing to do here will be to change the keybinding: *Edit menu > Preferences > Keybindings.

As for how you might debug what's going worng, currently, my only insight is that if you're currently using a keybinding schema that includes the ctrl+alt+s binding to the Save All command then something else, outside of Komodo, is intercepting the key binding and Komodo can't do anything about that. Assuming you still want SOME of these characters to work, it's not going to be an option have the single case of ctrl+Alt+s to do something different from all the other Ctrl+Alt+[whatever] things do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants