[konsole] [Bug 311617] Allow swapping Ctrl+C (SIGINT) and Shift+Ctrl+C (copy)
Ahmad Samir
bugzilla_noreply at kde.org
Wed Feb 28 12:21:04 UTC 2018
https://bugs.kde.org/show_bug.cgi?id=311617
Ahmad Samir <a.samirh78 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |WORKSFORME
CC| |a.samirh78 at gmail.com
--- Comment #10 from Ahmad Samir <a.samirh78 at gmail.com> ---
You can swap Ctrl+C and Shift+Ctrl+C using the konsole key bindings editor, for
example edit the "Default (XFree4)" schema (in Edit current profile -> Keyboard
-> Edit) and add these two entries:
C-Shift+Ctrl \x00
C+Shift+Ctrl \x03
the first one (IIUC) sets Ctrl+C to send no escape sequence / control
characters, and the second one sets Ctrl+Shift+C to send the ETX (end of text)
control character i.e. ^C (what you'd normally get with Ctrl+C). Given, it's a
bit hard to configure, but it's doable in konsole.
For more info about editing the konsole key bindings, have a look at:
https://cgit.kde.org/konsole.git/tree/data/keyboard-layouts/README.KeyTab
Closing as this can be achieved in konsole.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list