Switch keyboard layouts on logon screen

I believe the Alt+Shift+L allow swtiching of the keyboard layout. It seems this does not work on the logon screen. Is there another shortcut key to change the keyboard on the logon screen?

Did you try Super+Space?

1 Like

it does nothing on the logon screen

localectl set-keymap de

1 Like

You never said what Desktop Manager you were using, but if it is GDM, the following command should work to identify what shortcut should change the keyboard layout.

sudo -u gdm gsettings get org.gnome.desktop.wm.keybindings switch-input-source
1 Like