~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/dataengines/keystate/modifierkeystate.operations

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE kcfg SYSTEM
 
3
    "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
 
4
<kcfg>
 
5
  <group name="Lock">
 
6
    <entry name="Lock" type="bool">
 
7
      <label>Whether to lock the key or not.</label>
 
8
    </entry>
 
9
  </group>
 
10
  <group name="Latch">
 
11
    <entry name="Latch" type="bool">
 
12
      <label>Whether to latch the key or not.</label>
 
13
    </entry>
 
14
  </group>
 
15
</kcfg>