summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWilliam Brown <[email protected]>2012-11-11 20:02:11 +1030
committerWilliam Brown <[email protected]>2012-11-11 20:02:11 +1030
commit9361bbfbb5f7fda96f147310125fc709f4da2200 (patch)
tree7b096d440129278db391c2611133caad51c43f39 /data
parentfbf40ff748a675bdba451168c30aab7abeb5afa2 (diff)
downloadmate-power-manager-9361bbfbb5f7fda96f147310125fc709f4da2200.tar.bz2
mate-power-manager-9361bbfbb5f7fda96f147310125fc709f4da2200.tar.xz
Keyboard backlight patches, tested as working against 1.5.0 on F18
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.power-manager.gschema.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/org.mate.power-manager.gschema.xml.in b/data/org.mate.power-manager.gschema.xml.in
index 99ee820..dcd2cd4 100644
--- a/data/org.mate.power-manager.gschema.xml.in
+++ b/data/org.mate.power-manager.gschema.xml.in
@@ -61,6 +61,26 @@
<_summary>Reduce the backlight brightness when on battery power</_summary>
<_description>If the screen should be reduced in brightness when the computer is on battery power.</_description>
</key>
+ <key name="kbd-backlight-battery-reduce" type="b">
+ <default>true</default>
+ <summary>Reduce the keyboard backlight when on battery power</summary>
+ <description>If the keyboard backlight brightness should be reduced when the computer is on battery power</description>
+ </key>
+ <key name="kbd-brightness-on-ac" type="i">
+ <default>100</default>
+ <summary>Keyboard backlight brightness when on AC power.</summary>
+ <description>Percent brightness to set keyboard backlight at when on AC power. Legal values are between 0 and 100.</description>
+ </key>
+ <key name="kbd-brightness-dim-by-on-battery" type="i">
+ <default>50</default>
+ <summary>Percent to reduce keyboard backlight by when on battery power.</summary>
+ <description>The percentage to reduce the keyboard backlight by when on battery power. For example, if set to '60', the backlight will be cut by 40% on battery power. Legal values are between 0 and 100.</description>
+ </key>
+ <key name="kbd-brightness-dim-by-on-idle" type="i">
+ <default>75</default>
+ <summary>Percent to reduce keyboard backlight by when idle.</summary>
+ <description>The percentage to reduce the keyboard backlight by when idle. For example, if set to '60', the backlight will be cut by 40% when idle. Legal values are between 0 and 100.</description>
+ </key>
<key name="idle-brightness" type="i">
<default>30</default>
<_summary>The brightness of the screen when idle</_summary>