-
-
Notifications
You must be signed in to change notification settings - Fork 580
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(Option) shortcuts overlap with characters on macOS #667
Comments
Probably sounds like a bug but cannot say for sure. Might be Qt related or something in the application. I don't have a Mac at all so I don't have a good way to debug it unfortunately. There is a mostly undocumented feature to override shortcuts that are interfering (e.g. the Unfold shortcut). Adding a
If you look through this file you'll see action names such as "actionUnfoldAll" so for example you could use:
And that would remove the shortcut. |
Spent some time looking for this ini file but I can't find it anywhere. Any environment variable / standard path on Windows I can relate to? The closest I could find was |
On Windows the ini file is stored in Though I'm using the generic QSettings class so maybe it stores it differently than I'm expecting. As a last guess I'd check here |
I had the same issue (but with swedish keyboard layout) and your solution @dail8859 to remove the shortcuts worked. The ini file was located here on MacOS: /Users/USERNAME/.config/NotepadNext/NotepadNext.ini |
Good call @EliasNilssonCLI, this works (FoldLevelN or UnfolLevelN to release most shortcuts) |
To be honest there's quite a few 'undocumented' features that should probably be better documented :) The solution I provided is a work around for (likely) a Qt issue. I'm fine leaving this open as it would be nice if someone was able to determine the root issue. |
Operating System and Version
macOS Sonoma
Distribution
installer (brew) - 0.8
Description
Not sure if feature request or bug, but I can't type some characters because they're behind the Alt/option modifier. So basically on my french keyboard, I can't type the "[" character (Option+Shift+() because it corresponds to an Unfold shortcut.
One solution would be to be able to change the shortcut mappings but I could not find a way to do this.
Steps to Reproduce
Additional Details
e.g. screenshots, logs, etc
The text was updated successfully, but these errors were encountered: