# HG changeset patch # User Aleksej Bobylev # Date 1491866727 -10800 # Node ID aaf8f97a83d02f1b9c73c33c1ccf0ebf5ae5c71f # Parent 436445ed38a8405e39795d5a760985825de2b4f7 rootfs/etc/lxpanel/slitaz/panels/panel: add "xkb" applet by default diff -r 436445ed38a8 -r aaf8f97a83d0 rootfs/etc/lxpanel/slitaz/panels/panel --- a/rootfs/etc/lxpanel/slitaz/panels/panel Sun Mar 26 22:06:59 2017 +0200 +++ b/rootfs/etc/lxpanel/slitaz/panels/panel Tue Apr 11 02:25:27 2017 +0300 @@ -91,6 +91,21 @@ } Plugin { + type = xkb + Config { + DisplayType=1 + PerWinLayout=0 + NoResetOpt=0 + KeepSysLayouts=1 + Model=pc105 + LayoutsList=us + VariantsList=, + ToggleOpt=shift_caps_toggle + FlagSize=4 + } +} + +Plugin { type = tray }