-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
Add 'Move to Begin of line' and 'Move to End of line' shortcuts #1674
Comments
Thank you for the request. I have been thinking about customizing such implicit Emacs-style key bindings for a long time, but have yet to come up with a clean solution. |
Perfect. Thank you. |
on mac os, traditionally you fix this in the ~/Library/KeyBindings/DefaultKeyBinding.dict which works for CotEditor ~/Library/KeyBindings/DefaultKeyBinding.dict
|
It works!!! Thanks a lot, mccoma.
|
To give some references for other changes people make: https://web.archive.org/web/20160314030051/http://osxnotes.net/keybindings.html https://developer.apple.com/documentation/appkit/nsstandardkeybindingresponding?language=objc hope this helps you go further |
Current issue
I'm always frustrated ... when I press Home or End keys when using CotEditor. If shortcuts for both begin and end of line were added, that wouldn't be an issue anymore.
The solution you'd like
Add to Preferences > Shortcuts > Edition an entry for Begin of line and another entry for End of line.
Thanks.
Alternatives you've considered
Don't really want to use a 3rd party tool to remap keys if that behavior could be managed by CotEditor itself.
CotEditor version
4.8.7 (657)
macOS version
Sonoma 14.5
Additional context
No response
The text was updated successfully, but these errors were encountered: