If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
(I have the keyboard layout widget in every panel, in the hope I'll notice. I occasionally need lots of greek letters.)
I guess those key sequences are intended to support shift, ctrl and alt arrow combinations. For example, ctrl-alt-up is ^[[1;7A. In this scheme the second "1" means no modifier. These "modifier-keys" are a relatively recent addition to the ancient (1970s) terminfo/ncurses set up, so I'm not surprised that bash and zsh don't know about them out of the box. It should be possible to concoct a bunch of zsh bindings to make them work if you have to.
I have figured out what the problem was. It appears that an application kept resetting my keyboard layout.
I had suspected this and did manually set the correct layout before posting here but had no success.
Missing <> keys were what eventually tipped me off and got me to re-check my keyboard layout. Et voila it had changed again.
After turning off a number of background programs I found and eliminated the offender.
Hi, I'm running zsh as my login shell with Kubuntu.
Up until recently there were no problems besides a few oddities with the Dolphin shell integration.
However today I realized that arrow keys no longer work meaning that I can't navigate terminal applications that use menus of any sort (or text editors) and can't get at my command history.
Instead the letters ABCD are printed (but without the ^[ you usually see in sh.
Code:
echo $SHELL
does return /bin/zsh as expected.
I tried starting bash to see if my problem was zsh related but they don't work in bash either.
Nano shows "unsupported sequence" when trying to use the arrow keys to navigate through a file.
I have tried reinstalling zsh with no success.
As for the origin of this problem I am at a complete loss. I did recently try out wayland (which seems to have caused a whole lot of problems) but am firmly back in X11 territory.
Leave a comment: