https://bugs.kde.org/show_bug.cgi?id=427589
--- Comment #3 from Ricky Tigg <ricky.t...@gmail.com> --- I lastly figured out on Fedora 40 Desktop edition, a systemd Linux distribution, a way to change the Keymap in the current session, though while being on Gnome v. 46 . on Wayland (Mutter as compositor), and on a tty, not a pts device. ``` $ tty /dev/tty3 $ kbd_mode The keyboard is in Unicode (UTF-8) mode $ inxi -G | grep '^ Display' Display: server: X.org v: 1.20.14 with: Xwayland v: 23.2.6 driver: gpu: i915 note: X driver $ sudo loadkeys -C /dev/tty3 fi ``` Not printing 'localectl' as it wouldn't be meaningful, showing 'VC Keymap' still as 'us' not as 'fi'; it shows the current configuration, not what has been loaded into the kernel. kbd-utilities work at a lower level. 'systemd' uses kbd-utilities to configure the console. I assume all those observations are viable in the version of KDE Plasma Desktop that is produced as a variant of Fedora Desktop. Shall be closed accordingly. -- You are receiving this mail because: You are watching all bug changes.