Bug 195724 - Click Konsole Text Input to Move Cursor
Summary: Click Konsole Text Input to Move Cursor
Status: VERIFIED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-09 00:16 UTC by Kevin
Modified: 2009-06-09 00:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin 2009-06-09 00:16:39 UTC
Version:            (using KDE 4.2.4)
Installed from:    Ubuntu Packages

When typing a lot into the terminal, it takes a long time to scroll to the middle by holding an arrow key.

If possible, it would be nice to be able to mouse click (while holding down a hotkey) where I want to cursor to move to, even if the implementation is somewhat of a hack, and not guaranteed to always work.
Comment 1 Robert Knight 2009-06-09 00:40:16 UTC
> When typing a lot into the terminal, it takes a long time
> to scroll to the middle by holding an arrow key.

I presume you mean 'moving the cursor to the middle of the input line'?  Konsole is not responsible for positioning the cursor - that is done by the program reading the input, typically a shell such as bash.  The input line is typically read by a library called readline which has a bunch of shortcuts for moving the cursor and manipulating the text.  For example Ctrl+Left/Right arrow moves the cursor one word to the left or right.  Home/End move to the start or end of the line.  A limited set of these work in normal text input fields in most applications as well.
Comment 2 Kevin 2009-06-09 00:51:13 UTC
> For example Ctrl+Left/Right arrow
> moves the cursor one word to the left or right.

Thank you, I didn't know that. There isn't much need for the then.
This can be closed.