Enable KeymapSwitcher automatically for some locales.

Change-Id: Ie3b49be07dd02227850cb0d7d2a7befca7992668
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2597
Reviewed-by: Sergei Reznikov <[email protected]>
This commit is contained in:
Sergei Reznikov
2020-05-07 22:07:58 +00:00
committed by waddlesplash
parent 5f7045a37b
commit 7bf88c5132
@@ -4,3 +4,8 @@
/boot/system/apps/ProcessController -deskbar
/boot/system/apps/NetworkStatus --deskbar
/boot/system/bin/desklink --add-volume
# install KeymapSwitcher for certain locales
if [[ `locale -l` =~ ^(ru|uk|be)$ ]]; then
/boot/system/preferences/KeymapSwitcher --deskbar
fi