Opened 14 years ago
Closed 12 years ago
#6859 closed enhancement (fixed)
[StyledEdit] additional shortcuts
Reported by: | diver | Owned by: | siarzhuk |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Ctrl+Shift+End select text from current cursor position to the end of the file.
Ctrl+Shift+Home select text from current cursor position to the beginning of the
Ctrl+Shift+Page up select text from current cursor position to 1 page up
Ctrl+Shift+Page down select text from current cursor position to 1 page down.
Ctrl+Home jump to the beginning of the file.
Ctrl+End jump to the end of the file.
Change History (6)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Right, Shift+Page up works. BTW, I noticed that if you open text file, place cursor at the very beginning and press Shift+Page down then selected part mostly won't be visible.
But Ctrl+Shift+End/Home and Ctrl+End+Home doesn't work over here.
comment:3 by , 14 years ago
Component: | Applications/StyledEdit → Kits/Interface Kit |
---|---|
Owner: | changed from | to
Haven't tested it myself, but if you are running in emulation, maybe the emulator is not sending every combination of keys... in any case, the component is actually the Interface Kit, BTextView in particular.
comment:4 by , 14 years ago
Thanks Stippi, you were right. This shortcuts work on real hw, but not in vbox. Feel free to close this ticket.
comment:5 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
This ticket was published as GCI 2012 task. http://google-melange.appspot.com/gci/task/view/google/gci2012/8085204
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Implemented in hrev45156. Our thanks go to GCI student Przemysław Buczkowski.
All these work over here...
Ctrl+Shift+Page up should be the same as Shift+Page up, right?
What could be added is:
CTRL+CursorUp/Down to jump to start/end of this/next paragraph.
CTRL+SHIFT+CursorUp/Down to select from cursor position to start/end of this/next paragraph.