Opened 13 years ago

Closed 11 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 humdinger, 13 years ago

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.

comment:2 by diver, 13 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 stippi, 13 years ago

Component: Applications/StyledEditKits/Interface Kit
Owner: changed from korli to axeld

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 diver, 13 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 siarzhuk, 11 years ago

Owner: changed from axeld to siarzhuk
Status: newassigned

comment:6 by siarzhuk, 11 years ago

Resolution: fixed
Status: assignedclosed

Implemented in hrev45156. Our thanks go to GCI student Przemysław Buczkowski.

Note: See TracTickets for help on using tickets.