1

Previously, using Ubuntu 16, I pressed Alt+Shift to switch the language, let go of the Alt key, left my finger on the Shift button, and was then able to enter a capital letter.

Now, in Ubuntu 18.04, after using Alt+Shift and releasing the Alt key, lower-case letters continue to be entered, even though the Shift key is being pressed. I have to press it again to enter a capital letter.

I find this terribly inconvenient and very uncomfortable. Does anyone know how to fix this?

pomsky
  • 68,507

1 Answers1

2

I have the same problem. It's very uncomfortable. I filed a bug report on bugtracker: https://bugs.launchpad.net/ubuntu/+bug/1797389. I found a solution to this problem. The problem was with Xorg.

  1. Add this repository: ppa:nrbrtx/xorg-hotkeys

    sudo add-apt-repository ppa:nrbrtx/xorg-hotkeys  
    
  2. Upgrade the system.

    sudo apt update && sudo apt upgrade  
    
  3. Reboot.

    sudo reboot
    
karel
  • 114,770