-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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 cursor shortcuts for editor on Mac #22927
Comments
I think that more interesting is to make ability to change all hotkeys for script editor view. May be anybody has any thoughts about making keys customisation? |
From my point of view, I would like to have home/end buttons to behave like in Linux. However, then go to beginning and end of the file, and that's drives me mad. I would love to be able to customize it. |
The issue is that key bindings are hard coded, otherwise you'd be able to map them at an OS level to do just that. #34129 |
For the meantime, I get by using a key remapper software that hooks up the input before handling it to godot. In my case I use bettertouchtool but maybe could make it work with karabiner or you keyboard manufacturer software if any. |
Fixed by #43663 |
Issue description:
Please add combinations for the Mac version of the editor like:
"Cmd + left arrow key" - move cursor to the start of the line.
"Cmd + right arrow key" - move cursor to the end of the line.
"Cmd + Shift + left arrow key" - move cursor to the start of the line with selection.
"Cmd + Shift + right arrow key" - move cursor to the end of the line with selection.
"Cmd + Delete" - delete line.
P.S. Add these not for scripting only, but to the entire engine in menus, etc.
The text was updated successfully, but these errors were encountered: