Searched hist:eb774c29 (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DTextView.hdiff eb774c29 Fri Jan 10 00:55:29 MST 2014 John Scipione <jscipione@gmail.com> TextView: Update navigation shortcuts

* Command+Left goes to beginning of line, ignoring softwrap
* Command+Right goes to the end of line, ignoring softwrap
* Home goes to beginning of line, accounting for softwrap
* End goes to end of line, accounting for softwrap
* Option+Left goes to previous word
* Option+Right goes to next word
* Command+Home and Command+Up go to beginning of document
* Command+End and Command+Down go to end of document

Shift with any of the above also selects the text.

This is similar to how the text editor Eddie works.
/haiku/src/kits/interface/
H A DTextView.cppdiff eb774c29 Fri Jan 10 00:55:29 MST 2014 John Scipione <jscipione@gmail.com> TextView: Update navigation shortcuts

* Command+Left goes to beginning of line, ignoring softwrap
* Command+Right goes to the end of line, ignoring softwrap
* Home goes to beginning of line, accounting for softwrap
* End goes to end of line, accounting for softwrap
* Option+Left goes to previous word
* Option+Right goes to next word
* Command+Home and Command+Up go to beginning of document
* Command+End and Command+Down go to end of document

Shift with any of the above also selects the text.

This is similar to how the text editor Eddie works.

Completed in 186 milliseconds