Skip to main content
2 of 11
edited title
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19

⇧⌘→ to reduce selection ignores current cursor position

I've selected the {bold text in braces} using my keyboard, starting at the bottom line and moving up (the | character indicates where the cursor currently is):

AAA |{BBB CCC

DDD} EEE FFF


Now, I would like to change the selection so that it starts at the end of the first line, i.e. so that it looks like this:

Expected result:

AAA BBB CCC |{

DDD} EEE FFF


The natural way to do it would be via ⇧⌘→, and many decent text editors work as expected (for instance Sublime Text2).

Native OSX apps, however, ignore the fact that the cursor is currently at the start of the selection, and moving it to the right should remove the selection there. Instead, they always extend the selection from the end of it until the end of the line:

Actual result:

AAA {BBB CCC

DDD EEE FFF}|


Is there any way to make also native OSX apps behave the expected way?

Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19