-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
Support ctrl+insert/shift+insert/shift+delete shortcuts on Mac #516
Comments
I don't have a Mac to test on at all. Scintilla's keymap defines those keys, which is why it works on Windows. NotepadNext/src/scintilla/src/KeyMap.cxx Lines 136 to 141 in 48b11b3
So I don't have a clue as to why that wouldn't work for MacOS. Maybe someone else will be able to debug/explain it. |
@dail8859 thanks for the info! Just realized, that I've tried to set up the same shortcuts in IntelliJ IDEA, and here's what i've got: So seems like key code is different for mac os on these buttons... |
I don't know of an easy way debug this other than building the application from source and stepping through the code as it executes. Even then I'm not sure how easy the keyboard input will be to debug. These shortcuts are all defined the same way, so it is very odd to me that |
@dail8859 i guess that "insert" button on mac os has just different keycode. Maybe there's some relatively simple way for me to check this button's code in Scintilla? |
SciTE is kind of the "test platform" for Scintilla but I don't think they publish any applications on MacOS you could test with. It could also be related to Scintilla on Qt, which I'm not sure how popular that is for other applications. I guess you could reach out to the Scintilla mailing list to ask about this but I'm not sure how much help they'd be without any hard evidence. I don't think it is anything I'm doing specifically in the application but cannot say for certain. |
There are 3 handy shortcuts, which are shipped with Windows:
It would be extremely nice if you support them in NotepadNext on MacOS platform.
Thanks!
The text was updated successfully, but these errors were encountered: