add udevadm command to notify Xorg after change of keyboard layout

This commit is contained in:
jojopi 2015-05-25 23:19:35 +01:00
parent bab0b01583
commit fc1d1719be

View File

@ -190,7 +190,8 @@ do_change_pass() {
do_configure_keyboard() {
dpkg-reconfigure keyboard-configuration &&
printf "Reloading keymap. This may take a short while\n" &&
invoke-rc.d keyboard-setup start
invoke-rc.d keyboard-setup start &&
udevadm trigger --subsystem-match=input --action=change
}
do_change_locale() {