Bug 475555 - ALT-B can not be disable in keyboard-shortcuts.
Summary: ALT-B can not be disable in keyboard-shortcuts.
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: keyboard (show other bugs)
Version: 23.08.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-13 09:03 UTC by Martin van den Broek
Modified: 2024-05-17 19:22 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 Martin van den Broek 2023-10-13 09:03:09 UTC
SUMMARY

When using a GNU Bash shell in a Konsole tab in a window that contains multiple tabs I noticed that ALT-B is triggering the Konsole bookmark menu to open whereas I expect my cursor to move backward one single word on my shell because ALT-B is a common GNU Readline Library shortcut that moves the cursor backward one word.

In a single console window without tabs the ALT-B respects the GNU Readline Library keyboard shortcuts that are used by the GNU Bash shell. But once you have multiple tabs open is does not. It looks like the Konsole application is interfering with the GNU Readline shortcuts that GNU Bash is using without an option to disable the ALT-B in the keyboard-shortcut options of the Konsole application.

More info on GNU Readline Library can be found here:

https://tiswww.case.edu/php/chet/readline/readline.html#Readline-Movement-Commands

STEPS TO REPRODUCE
1. Open Konsole
2. Open at least 2 tabs
3. start a GNU Bash shell and and a dummy command consisting of multiple words, e.g. "echo this && echo that"
4. Issue ALT-B

OBSERVED RESULT

1. Bookmark menu of Konsole application opens.

EXPECTED RESULT

1. Cursor should move backward one word on the shell.

SOFTWARE/OS VERSIONS

Operating System: openSUSE Tumbleweed 20231006
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.4-1-default (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION
Comment 1 ninjalj 2024-02-26 00:34:51 UTC
You can disable menu accelerators by disabling the checkbox at "Settings → Configure Konsole ... →General → Enable Menu Accelerators".

 Afterwards, you can still access the menu using the keyboard with the "Activate Menu" action, which by default is bound to Ctrl+Shift+F10
Comment 2 duha.bugs 2024-05-17 19:22:54 UTC
Marking this as resolved as the comment above mentions a way to disable the shortcut and no you did not respond.

If you still having trouble feel free to reopen this bug report.