Bug 419991 - bash shortcut ctrl-B fails for konsole
Summary: bash shortcut ctrl-B fails for konsole
Status: RESOLVED DUPLICATE of bug 419981
Alias: None
Product: konsole
Classification: Applications
Component: keyboard (show other bugs)
Version: 19.12.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-12 15:39 UTC by MikeC
Modified: 2020-04-12 16:47 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MikeC 2020-04-12 15:39:37 UTC
SUMMARY
keyboard shortcut ctrl-B fails to do anything

STEPS TO REPRODUCE
1. Start konsole, type a line for a bash command, and use standard bash shortcut ctrl-B to try to move cursor one place to the left
2. 
3. 

OBSERVED RESULT
Nothing happens


EXPECTED RESULT
cursor should move one space to the left

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 5.18.4.1-2in arch linux
(available in About System)
KDE Plasma Version: 5.18.4.1-2
KDE Frameworks Version: 5.69.0-1
Qt Version: 5.14.2-1

ADDITIONAL INFORMATION
The other similar keyboard shortcuts ctrl-F. alt-B and ctrl-B all work fine
Comment 1 Ahmad Samir 2020-04-12 16:08:38 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.
Comment 2 Aleksander Bobiński 2020-04-12 16:42:14 UTC
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.
Comment 3 Antonio Rojas 2020-04-12 16:47:22 UTC

*** This bug has been marked as a duplicate of bug 419981 ***