Created attachment 124569 [details] add please description for every line (not clear for user) SUMMARY 1) Unfortunately, Ctrl+Left does not work for moving cursor... It is very useful feature. 2) Not clear behaviours for every shortcuts in profile settings... See attachments. STEPS TO REPRODUCE 1. type 2 words in terminal (for ex. "Hello world") 2. try to move cursor from the end of line to the end of the first word with Ctrl+← (Ctrl+Left) OBSERVED RESULT Nothing changed EXPECTED RESULT moving cursor to end of the first word (in ex. - between "Hello" and "world") SOFTWARE/OS VERSIONS Operating System: KDE neon 5.17 KDE Plasma Version: 5.17.4 KDE Frameworks Version: 5.65.0 Qt Version: 5.13.2 Kernel Version: 5.0.0-37-generic OS Type: 64-bit ADDITIONAL INFORMATION
Did you try resetting the keyboard scheme to the "defaults"? it should work by default. For more information about that widget examine the konsole handbook locallly, Konsole -> Help -> HandBook, or online https://docs.kde.org/stable5/en/applications/konsole/key-bindings.html
keyboard scheme is "default" in Konsole. In Terminator, gnome-terminal and other software this combination works fine. But I have little global problem with my keybord mapping -> pairs: <> instead \| \| instead #~ It can be related... But I think no.
In the profile settings dialogue on the keyboard tab when you select a keyboard bindings schema, there's a button on the right "Defaults" if it's not disabled/greyed try pressing it.
it's not disabled : https://i.imgur.com/vpOvl9k.png
What's the output of: bind -p | grep backward-word Also, press Ctrl+v, then press Ctrl+back and post the output here.
$ bind -p | grep backward-word "\e\e[D": backward-word "\e[1;5D": backward-word "\e[5D": backward-word "\eb": backward-word # copy-backward-word (not bound) # shell-backward-word (not bound) # vi-backward-word (not bound)
(In reply to Ahmad Samir from comment #5) > Also, press Ctrl+v, then press Ctrl+back and post the output here. ^[[D
(In reply to volodyawork from comment #7) > (In reply to Ahmad Samir from comment #5) > > > Also, press Ctrl+v, then press Ctrl+back and post the output here. > > ^[[D If Ctrl + back work in xterm, could you please do the same (Ctrl+v ... etc) in xterm? and post the output. Thanks.
(In reply to Ahmad Samir from comment #8) > (In reply to volodyawork from comment #7) > > (In reply to Ahmad Samir from comment #5) > > > > > Also, press Ctrl+v, then press Ctrl+back and post the output here. > > > > ^[[D > If Ctrl + back work in xterm, could you please do the same (Ctrl+v ... etc) > in xterm? and post the output. Thanks. ^[[1;5D Thanks! :)
Additional info: I use KDE Neon linux https://distrowatch.com/table.php?distribution=kdeneon
Looking back at the screenshot in comment#4, the default keyboard schema in konsole is the one with (XFree 4) in its name, select that one then try again (when I looked at it earlier I was confused by the Russian (?) translation).
(In reply to Ahmad Samir from comment #11) > Looking back at the screenshot in comment#4, the default keyboard schema in > konsole is the one with (XFree 4) in its name, select that one then try > again (when I looked at it earlier I was confused by the Russian (?) > translation). Changed to XFree 4. It works!!! Thanks!!! I am sure - I had this bug after first running Konsole...
(In reply to volodyawork from comment #12) > (In reply to Ahmad Samir from comment #11) > > Looking back at the screenshot in comment#4, the default keyboard schema in > > konsole is the one with (XFree 4) in its name, select that one then try > > again (when I looked at it earlier I was confused by the Russian (?) > > translation). > > Changed to XFree 4. It works!!! Thanks!!! > I am sure - I had this bug after first running Konsole... If you can test with a new user account and find that the XFree 4 isn't the default, please re-open this bug report.