-
-
Notifications
You must be signed in to change notification settings - Fork 7k
MacOSX: CMD+SHIFT-LEFT/RIGHT selects the entire line. Fixes #3238 #3239
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
Conversation
@ffissore yes that solves it, but I also think it would be a good idea to add support for CMD+SHIFT+UP/DOWN while we are at it. |
@Lauszus what do CMD+SHIFT+UP/DOWN do? |
It should select all text above and below the cursor respectively. |
It should already work. I'll knock a colleague and steal her mac |
Fixed. @ArduinoBot will prepare a build |
Haha @ffissore it is not nice to steal ;) Anyway it is still not working 100% correct. I have taken a couple of screenshot in order to explain the current behaviour and what is wrong with it. Cursor was moved to the end of the line and CMD+SHIFT+LEFT was pressed: Then I pressed UP while still holding CMD+SHIFT, instead of continuing the selecting it starts from the cursor position instead: This is how it should look like: Note I got the last screenshot by manually selecting the text. |
Btw is there anyway to just tell it to use the same behaviour as FN+SHIFT+ARROW, as it is working correctly? |
MacOSX: CMD+SHIFT-LEFT/RIGHT selects the entire line. Fixes #3238
Keyboard mappings are defined in https://github.com/arduino/Arduino/blob/master/app/src/processing/app/syntax/SketchTextAreaDefaultInputMap.java and superclasses. I can't spot FN: I can only see shift, alt, cmd, ctrl. |
/cc @Lauszus