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

ALT + S opening Save As dialog window #622

Open
roisag opened this issue Aug 13, 2024 · 8 comments
Open

ALT + S opening Save As dialog window #622

roisag opened this issue Aug 13, 2024 · 8 comments

Comments

@roisag
Copy link

roisag commented Aug 13, 2024

Operating System and Version

Win 11

Distribution

installer

Description

Alt + S shortcut is opening Save As dialog window on Windows 11 (Polish language) instead of typing "ą" letter. Shift + Alt + S for capital letter "Ą" is working fine.

@dail8859
Copy link
Owner

Not sure what could cause this exactly. The translation and accelerator key is defined here:

<message>
<location filename="../src/NotepadNext/dialogs/MainWindow.ui" line="534"/>
<source>Save &amp;As...</source>
<translation>Z&amp;apisz jako...</translation>
</message>
<message>
<location filename="../src/NotepadNext/dialogs/MainWindow.ui" line="537"/>
<source>Ctrl+Alt+S</source>
<translation>Ctrl+Alt+S</translation>
</message>

Your File menu should also show the shortcut is using Ctrl+Alt+S

image

@dail8859
Copy link
Owner

One other thought. Does the issue still happen if you change the locale in the preferences?

@watahazawoz
Copy link

I also have this issue - I can't enter "ś".

Does the issue still happen if you change the locale in the preferences?

From which to which? There is no English locale available:
image

@dail8859
Copy link
Owner

There is no English locale available:

Ah yes you are correct. Since my default locale is English then I have that option. You will not since your locale is Polish. Unfortunately, I'm not sure what else to try currently.

@watahazawoz
Copy link

watahazawoz commented Aug 27, 2024

Can you add English locale to the dropdown? Then I can switch and test if the issue persists.

@dail8859
Copy link
Owner

You could probably just try and other locale to see if it is something specific to Polish. There's not actually an English locale to pick from since that's what shows up for me as the default.

@watahazawoz
Copy link

I tried Swedish and Portuguese - both have the same issue.

@dail8859
Copy link
Owner

Unfortunately, I'm not sure what else to try. I'm not sure if this is a Qt issue, or translation issue, or what exactly, and I have no way to test or debug it.

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

3 participants