File tree Expand file tree Collapse file tree
buildroot-external/rootfs-overlay/etc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Section "InputClass"
22 Identifier "Keyboard Defaults"
33 MatchIsKeyboard "on"
44 Option "XkbModel" "pc105"
5- Option "XkbVariant" "nodeadkeys "
5+ Option "XkbVariant" ""
66 Option "XkbLayout" "de,us"
77 Option "XkbOptions" "grp:sclk_toggle,grp_led:scroll"
88 Option "AutoRepeat" "500 30"
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ setup_xconf() {
185185 if [[ -n " ${XKBMODEL} " ]]; then
186186 sed -i " /Option .*XkbModel/c\\ \tOption \" XkbModel\" \" ${XKBMODEL} \" " /etc/X11/xorg.conf.d/00-keyboard.conf
187187 fi
188- if [[ -n " ${XKBVARIANT} " ]]; then
188+ if [[ ${XKBVARIANT+x} ]]; then
189189 sed -i " /Option .*XkbVariant/c\\ \tOption \" XkbVariant\" \" ${XKBVARIANT} \" " /etc/X11/xorg.conf.d/00-keyboard.conf
190190 fi
191191 if [[ -n " ${XKBOPTIONS} " ]]; then
You can’t perform that action at this time.
0 commit comments