[Konsole-devel] [konsole] [Bug 345476] New: Ctrl+Alt+Space behaves like Ctrl+Space
Moritz Bunkus
moritz at bunkus.org
Tue Mar 24 14:29:46 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=345476
Bug ID: 345476
Summary: Ctrl+Alt+Space behaves like Ctrl+Space
Product: konsole
Version: master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: keyboard
Assignee: konsole-devel at kde.org
Reporter: moritz at bunkus.org
This is konsole @ git revision 9f8d3933940744cf8eca50d57558bfac82eb0ee7.
Pressing Ctrl+Space works just fine, as does Alt+Space. However, pressing
Ctrl+Alt+Space sends the same keycode(s) as Ctrl+Space does. I'm pretty sure
that the konsole in KDE 4.x did not have this limitation, and yes, there are
applications that use this combination (Emacs for mark-sexp).
Running »cat« shows the following:
- for Ctrl+Space: ^@
- for Alt+Space: ^[ (with a trailing space)
- for Ctrl+Alt+Space: ^@
Reproducible: Always
Steps to Reproduce:
1. Run »emacs -nw« in konsole
2. Press Ctrl+Alt+Space
3. Emacs will show the message "mark set" instead of actually marking the sexp
at point.
Actual Results:
See description for all the details.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list