| Summary: | Mismanagement of keys for suspending output - allow changing of keys | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Ganton <kubry> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | cpigat242, kdebugs |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ganton
2012-09-18 13:43:29 UTC
Thanks for reporting. Yes, konsole currently only detects hardcoded Ctrl+S and Ctrl+Q This shouldn't be hard to fix - let me try to get something coded kDebug()<<ttmode.c_cc[VSTOP]; kDebug()<<ttmode.c_cc[VSTART]; This bug probably also relates to this request [1] to allow the user to swap Ctrl+C (SIGINT) and Shift+Ctrl+C (copy), as per Guake and gnome-terminal. [1] https://bugs.kde.org/show_bug.cgi?id=311617 Well I obviously never got around to this - patches always welcomed |