1

If I press alt+F5, I get to tty5. The former behaviour was alt+ctrl+f5. Now I need to use alt+f2 for running new applications and alt+f5 for maven update in eclipse.

  • Why and when did then behaviour change?
  • How do I revert to old behaviour (ctrl is also needed)?

Thanks!

Running Kubuntu 18.04 LTS on default config (which is wayland afaik). But I don't thing this is related.

1 Answers1

2

thanks for the linked answer. It shows a probable solution, but I have found the root cause in the mean time (which is why I created this entry as an answer). It is a hard bug. Please upvote it to raise the "heat counter": https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1508146

A probable solution is:

sudo dumpkeys | grep -v -E '^(\W+)alt(\W+)keycode.*Cons' | sudo loadkeys

I added those commands (without the sudo part) to a new rc5.d file so it does persist after a reboot.

I saw other people grepping only for left and right arrow, but in my case more keys are affected. See the bug report for more information.

HTH, and please don't forget to upvote!