Skip to main content
Commonmark migration
Source Link

I've selected some text using my keyboard, starting at the bottom line and moving up (the | character indicates the cursor position):

AAA |{BBB CCC

 

DDD} EEE FFF

create selection


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


I can reduce the selection word-by-word with :

manipulate selection with option-shift-arrows


But the natural way to do it would be via , to jump directly to the end of the first line. In many decent text editors this works fine (for instance Sublime Text 2). They also keep the | position visible when text is selected btw.

The default behaviour of OSX apps, however, is that they 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, always extends the selection from its end until the end of the line, no matter where the cursor currently is:

Actual result:

AAA {BBB CCC

 

DDD EEE FFF}|

manipulate selection with command-shift-arrows


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

I'm on OSX Yosemite 10.10.2 but I think this issue has been there as long as I can remember.

I've selected some text using my keyboard, starting at the bottom line and moving up (the | character indicates the cursor position):

AAA |{BBB CCC

 

DDD} EEE FFF

create selection


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


I can reduce the selection word-by-word with :

manipulate selection with option-shift-arrows


But the natural way to do it would be via , to jump directly to the end of the first line. In many decent text editors this works fine (for instance Sublime Text 2). They also keep the | position visible when text is selected btw.

The default behaviour of OSX apps, however, is that they 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, always extends the selection from its end until the end of the line, no matter where the cursor currently is:

Actual result:

AAA {BBB CCC

 

DDD EEE FFF}|

manipulate selection with command-shift-arrows


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

I'm on OSX Yosemite 10.10.2 but I think this issue has been there as long as I can remember.

I've selected some text using my keyboard, starting at the bottom line and moving up (the | character indicates the cursor position):

AAA |{BBB CCC

DDD} EEE FFF

create selection


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


I can reduce the selection word-by-word with :

manipulate selection with option-shift-arrows


But the natural way to do it would be via , to jump directly to the end of the first line. In many decent text editors this works fine (for instance Sublime Text 2). They also keep the | position visible when text is selected btw.

The default behaviour of OSX apps, however, is that they 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, always extends the selection from its end until the end of the line, no matter where the cursor currently is:

Actual result:

AAA {BBB CCC

DDD EEE FFF}|

manipulate selection with command-shift-arrows


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

I'm on OSX Yosemite 10.10.2 but I think this issue has been there as long as I can remember.

Tweeted twitter.com/#!/askdifferent/status/567436483809017856
deleted 8 characters in body; edited title
Source Link
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19

OSX: Cursor position ignored when modifying text selection via ⇧⌘→with ⌘⇧→ and ⌘⇧←

I've selected some text using my keyboard, starting at the bottom line and moving up (the | character indicates the cursor position):

AAA |{BBB CCC

DDD} EEE FFF

create selection


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


I can reduce the selection word-by-word with :

manipulate selection with option-shift-arrows


But the natural way to do it would be via , to jump directly to the end of the first line. In many decent text editors this works fine (for instance Sublime Text 2). They also keep the | position visible when text is selected btw.

The default behaviour of OSX apps, however, is that they 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, always extends the selection from its end until the end of the line, no matter where the cursor currently is:

Actual result:

AAA {BBB CCC

DDD EEE FFF}|

manipulate selection with command-shift-arrows


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

Currently I'm on OSX Yosemite 10.10.2 but I think this issue has been there as long as I can remember.

OSX: Cursor position ignored when modifying text selection via ⇧⌘→

I've selected some text using my keyboard, starting at the bottom line and moving up (the | character indicates the cursor position):

AAA |{BBB CCC

DDD} EEE FFF

create selection


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


I can reduce the selection word-by-word with :

manipulate selection with option-shift-arrows


But the natural way to do it would be via , to jump directly to the end of the first line. In many decent text editors this works fine (for instance Sublime Text 2). They also keep the | position visible when text is selected btw.

The default behaviour of OSX apps, however, is that they 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, always extends the selection from its end until the end of the line, no matter where the cursor currently is:

Actual result:

AAA {BBB CCC

DDD EEE FFF}|

manipulate selection with command-shift-arrows


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

Currently I'm on OSX Yosemite 10.10.2 but I think this issue has been there as long as I can remember.

OSX: modifying text selection with ⌘⇧→ and ⌘⇧←

I've selected some text using my keyboard, starting at the bottom line and moving up (the | character indicates the cursor position):

AAA |{BBB CCC

DDD} EEE FFF

create selection


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


I can reduce the selection word-by-word with :

manipulate selection with option-shift-arrows


But the natural way to do it would be via , to jump directly to the end of the first line. In many decent text editors this works fine (for instance Sublime Text 2). They also keep the | position visible when text is selected btw.

The default behaviour of OSX apps, however, is that they 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, always extends the selection from its end until the end of the line, no matter where the cursor currently is:

Actual result:

AAA {BBB CCC

DDD EEE FFF}|

manipulate selection with command-shift-arrows


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

I'm on OSX Yosemite 10.10.2 but I think this issue has been there as long as I can remember.

added 61 characters in body
Source Link
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19

I've selected some text using my keyboard, starting at the bottom line and moving up (the | character indicates the cursor position):

AAA |{BBB CCC

DDD} EEE FFF

create selection


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


I can reduce the selection word-by-word with :

manipulate selection with option-shift-arrows


But the natural way to do it would be via , to jump directly to the end of the first line. In many decent text editors this works fine (for instance Sublime Text 2). They also keep the | position visible when text is selected btw.

The default behaviour of OSX apps, however, is that they ignoreThe default behaviour of OSX apps, however, is that they 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 extendextends the selection from theits end of it until the end of the line, no matter where the cursor currently is:

Actual result:

AAA {BBB CCC

DDD EEE FFF}|

manipulate selection with command-shift-arrows


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

Currently I'm on OSX Yosemite 10.10.2 but I think this issue has been there as long as I can remember.

I've selected some text using my keyboard, starting at the bottom line and moving up (the | character indicates the cursor position):

AAA |{BBB CCC

DDD} EEE FFF

create selection


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


I can reduce the selection word-by-word with :

manipulate selection with option-shift-arrows


But the natural way to do it would be via , to jump directly to the end of the first line. In many decent text editors this works fine (for instance Sublime Text 2). They also keep the | position visible when text is selected btw.

The default behaviour of OSX apps, however, is that they 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}|

manipulate selection with command-shift-arrows


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

Currently I'm on OSX Yosemite 10.10.2 but I think this issue has been there as long as I can remember.

I've selected some text using my keyboard, starting at the bottom line and moving up (the | character indicates the cursor position):

AAA |{BBB CCC

DDD} EEE FFF

create selection


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


I can reduce the selection word-by-word with :

manipulate selection with option-shift-arrows


But the natural way to do it would be via , to jump directly to the end of the first line. In many decent text editors this works fine (for instance Sublime Text 2). They also keep the | position visible when text is selected btw.

The default behaviour of OSX apps, however, is that they 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, always extends the selection from its end until the end of the line, no matter where the cursor currently is:

Actual result:

AAA {BBB CCC

DDD EEE FFF}|

manipulate selection with command-shift-arrows


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

Currently I'm on OSX Yosemite 10.10.2 but I think this issue has been there as long as I can remember.

added 109 characters in body
Source Link
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19
Loading
added 34 characters in body
Source Link
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19
Loading
added 319 characters in body
Source Link
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19
Loading
added 79 characters in body
Source Link
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19
Loading
deleted 10 characters in body
Source Link
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19
Loading
edited title
Source Link
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19
Loading
edited title
Source Link
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19
Loading
Source Link
Jakub Roztocil
  • 1.1k
  • 1
  • 11
  • 19
Loading