-
-
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
Missing/inconsistent text navigation shortcuts on MacOS #712
Comments
There were some possibly similar issues reported in #516 about shortcuts not getting mapped correctly on MacOS but not specifically the ones you mentioned.
There looks to be a flag in the Scintilla library that I might be able to set to enable these here: NotepadNext/src/scintilla/src/KeyMap.cxx Lines 80 to 89 in 48b11b3
It's a bit hard to follow if these keys are configured in that file. I can try to at least turn on that |
If you could, try this new dmg (might need to unzip it first) and see if they keyboard shortcuts behave more like you'd expected: https://github.com/dail8859/NotepadNext/actions/runs/13330403764/artifacts/2592759409 |
Description
Hi guys,
I really appreciate this project as a big Notepad++ fan who moved to Mac OS.
I have the following issues on MAC:
Best regards
Describe the solution you'd like
On Mac OS:
Cmd + Arrow Up/Down -> Move the cursor to the beginning/end of a file.
Cmd + Arrow Left/Right -> Move the cursor to the beginning/end of a line.
Option + Arrow Left/Right -> Move the cursor one word left/right.
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: