forked from enlightenment/enlightenment
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.1 KiB
50 lines
2.1 KiB
group "Illume_Config" struct { |
|
group "policy.zones" list { |
|
group "Illume_Config_Zone" struct { |
|
value "id" int: 0; |
|
value "mode.dual" int: 0; |
|
value "mode.side" int: 1; |
|
} |
|
group "Illume_Config_Zone" struct { |
|
value "id" int: 1; |
|
value "mode.dual" int: 0; |
|
value "mode.side" int: 1; |
|
} |
|
} |
|
value "version" int: 1; |
|
value "animation.vkbd.duration" int: 1000; |
|
value "animation.quickpanel.duration" int: 1000; |
|
value "policy.name" string: "illume"; |
|
value "policy.vkbd.class" string: "Virtual-Keyboard"; |
|
value "policy.vkbd.name" string: "Virtual-Keyboard"; |
|
value "policy.vkbd.title" string: "Virtual Keyboard"; |
|
value "policy.vkbd.type" int: 7; |
|
value "policy.vkbd.match.class" int: 0; |
|
value "policy.vkbd.match.name" int: 1; |
|
value "policy.vkbd.match.title" int: 1; |
|
value "policy.vkbd.match.type" int: 0; |
|
value "policy.indicator.class" string: "Illume-Indicator"; |
|
value "policy.indicator.name" string: "Illume-Indicator"; |
|
value "policy.indicator.title" string: "Illume Indicator"; |
|
value "policy.indicator.type" int: 1; |
|
value "policy.indicator.match.class" int: 0; |
|
value "policy.indicator.match.name" int: 1; |
|
value "policy.indicator.match.title" int: 1; |
|
value "policy.indicator.match.type" int: 0; |
|
value "policy.softkey.class" string: "Illume-Softkey"; |
|
value "policy.softkey.name" string: "Illume-Softkey"; |
|
value "policy.softkey.title" string: "Illume Softkey"; |
|
value "policy.softkey.type" int: 1; |
|
value "policy.softkey.match.class" int: 0; |
|
value "policy.softkey.match.name" int: 1; |
|
value "policy.softkey.match.title" int: 1; |
|
value "policy.softkey.match.type" int: 0; |
|
value "policy.home.class" string: "Illume-Home"; |
|
value "policy.home.name" string: "Illume-Home"; |
|
value "policy.home.title" string: "Illume Home"; |
|
value "policy.home.type" int: 7; |
|
value "policy.home.match.class" int: 0; |
|
value "policy.home.match.name" int: 1; |
|
value "policy.home.match.title" int: 1; |
|
value "policy.home.match.type" int: 0; |
|
}
|
|
|