diff options
| author | Ying-Chun Liu (PaulLiu) <grandpaul@gmail.com> | 2010-09-22 21:38:06 +0800 |
|---|---|---|
| committer | Ying-Chun Liu (PaulLiu) <grandpaul@gmail.com> | 2010-09-22 21:38:06 +0800 |
| commit | 159a1c6f20f0d5ee470f24e9894419977b6622d8 (patch) | |
| tree | 9825d30de629e1281ad41770a24edc239d0a740d /data | |
| parent | eb8ceac4ae2fdee66cfd8875fcbccc9e2a030834 (diff) | |
Add gconf key to disable/enable super key.
(bzr r535.2.1)
Diffstat (limited to 'data')
| -rw-r--r-- | data/unity.schemas | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/data/unity.schemas b/data/unity.schemas index 405226e32..0ca280caf 100644 --- a/data/unity.schemas +++ b/data/unity.schemas @@ -41,6 +41,17 @@ </locale> </schema> + <schema> + <key>/schemas/desktop/unity/launcher/super_key_enable</key> + <applyto>/desktop/unity/launcher/super_key_enable</applyto> + <owner>unity</owner> + <type>bool</type> + <default>1</default> + <locale name="C"> + <short>Enable super key or not</short> + <long>Enable/disable super key. If this is False, super key will not function.</long> + </locale> + </schema> + </schemalist> </gconfschemafile> - |
