
22 Mar
2023
22 Mar
'23
15:45
http://bugzilla.opensuse.org/show_bug.cgi?id=1209594 http://bugzilla.opensuse.org/show_bug.cgi?id=1209594#c27 --- Comment #27 from Stefan Dirsch <sndirsch@suse.com> --- (In reply to Stefan Dirsch from comment #26)
If it is to just provide sensible defaults in case some settings are missing, maybe this logic might do the trick:
if KEYMAP and XKBLAYOUT are defined do nothing (and preserve user settings)
else if KEYMAP is defined but not XKBLAYOUT set-keymap KEYMAP (which will also implicitly set XKB*)
else do nothing (current behavior) fi
Yes, that may work. Haven't tested this though.
Implemented this now. Will attach it in a minute. -- You are receiving this mail because: You are on the CC list for the bug.