[Konsole-devel] [Bug 151811] provide "press key" feature
Jekyll Wu
adaptee at gmail.com
Mon Oct 24 16:24:12 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=151811
Jekyll Wu <adaptee at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adaptee at gmail.com
--- Comment #4 from Jekyll Wu <adaptee gmail com> 2011-10-24 16:24:11 ---
I do not understand the Ctrl+C exmpale. The original report suggests Ctrl+C
would both trigger the copy action and be sent into terminal process. But that
would only cause problem. Suppose:
1). In the bash, I type "echo "
2). I press Ctrl+C to paste something, or abort current line.
3). something is pasted after "echo " by konsole, then the terminal
proecess(bash in this case) receive the Ctrl+C so it aborts current line.
4). or, the terminal process(bash) receives the Ctrl+C and aborts the
current line, then something is pasted by konsole.
both results are broken. I guess what the reporter want is Ctrl+C can be
intercepted as shortcut or sent into terminal process by konsole in a
intelligent way, but not at the same time. However, my feeling is such
inteliigence guessing would only be error prone.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list