Newer config for illume2 module.

SVN revision: 45135
This commit is contained in:
Christopher Michael 2010-01-14 22:01:23 +00:00
parent 9d3502d8e9
commit f7892395de
1 changed files with 49 additions and 38 deletions

View File

@ -1,10 +1,21 @@
group "Illume_Cfg" struct { group "Illume_Cfg" struct {
value "version" int: 2; group "policy.zones" list {
group "Illume_Cfg_Zone" struct {
value "id" int: 0;
value "mode.dual" int: 1;
value "mode.side" int: 0;
}
group "Illume_Cfg_Zone" struct {
value "id" int: 1;
value "mode.dual" int: 0;
value "mode.side" int: 1;
}
}
value "version" int: 1;
value "sliding.kbd.duration" int: 500; value "sliding.kbd.duration" int: 500;
value "sliding.softkey.duration" int: 1000; value "sliding.softkey.duration" int: 1000;
value "sliding.quickpanel.duration" int: 500;
value "policy.name" string: "Illume"; value "policy.name" string: "Illume";
value "policy.mode.dual" int: 1;
value "policy.mode.side" int: 0;
value "policy.vkbd.class" string: "Virtual-Keyboard"; value "policy.vkbd.class" string: "Virtual-Keyboard";
value "policy.vkbd.name" string: "Virtual-Keyboard"; value "policy.vkbd.name" string: "Virtual-Keyboard";
value "policy.vkbd.title" string: "Virtual Keyboard"; value "policy.vkbd.title" string: "Virtual Keyboard";
@ -31,7 +42,7 @@ group "Illume_Cfg" struct {
value "policy.home.match.win_type" int: 0; value "policy.home.match.win_type" int: 0;
value "policy.indicator.class" string: "Illume-Indicator"; value "policy.indicator.class" string: "Illume-Indicator";
value "policy.indicator.name" string: "Illume-Indicator"; value "policy.indicator.name" string: "Illume-Indicator";
value "policy.indicator.title" string: "Illume Indicator"; value "policy.indicator.title" string: "Illume Indicator Window";
value "policy.indicator.win_type" int: 1; value "policy.indicator.win_type" int: 1;
value "policy.indicator.match.class" int: 0; value "policy.indicator.match.class" int: 0;
value "policy.indicator.match.name" int: 1; value "policy.indicator.match.name" int: 1;