| Summary: | bash shortcut ctrl-B fails for konsole | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | MikeC <mike.cloaked> |
| Component: | keyboard | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | a.samirh78, aleksanderbobinski, arojas |
| Priority: | NOR | ||
| Version First Reported In: | 19.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
MikeC
2020-04-12 15:39:37 UTC
That's because Ctrl+B clashes with KDE standard shortcut "Add Bookmark" (systemsettings -> shortcuts -> standard shortcuts); if you change it via systemsettings to anything else it should work in Konsole/Bash. I see this in the code: https://cgit.kde.org/konsole.git/tree/src/MainWindow.cpp#n197 but I don't see the "add bookmark" action in the keyboard shortcuts editor in konsole, so something has changed at some point. I can confirm that after a system upgrade ctrl+b no longer works in konsole. Downgrading konsole does not fix this problem. One has to manualy unbind the 'add bookmark' shortcut to fix this. *** This bug has been marked as a duplicate of bug 419981 *** |