~dandrader/unity8/mouseEdgePush

« back to all changes in this revision

Viewing changes to data/com.canonical.Unity8.gschema.xml

  • Committer: Daniel d'Andrada
  • Date: 2015-11-24 17:44:18 UTC
  • Revision ID: daniel.dandrada@canonical.com-20151124174418-orlj2lc3j7pcxd3c
Mouse has to push against edges to show launcher or apps spread

edge-barrier-sensitivity is the property that should show up in the System Settings GUI.

edge-barrier-min-push and edge-barrier-max-push are exposed in GSettings merely as a
convenience so you can tweak those values without having to restart unity8. But they
should NOT show up in system settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
      <summary>The usage mode.</summary>
12
12
      <description>The usage mode chosen will affect the Window Management behaviour.</description>
13
13
    </key>
 
14
    <key type="y" name="edge-barrier-sensitivity">
 
15
      <default>35</default>
 
16
      <range min="1" max="100"/>
 
17
      <summary>Sensitivity of screen edge barriers for the mouse pointer.</summary>
 
18
      <description>Some UI actions like revealing the launcher or the applications spread are triggered by pushing the mouse pointer against a screen edge. This key defines how much you have to push in order to trigger the associated action.</description>
 
19
    </key>
 
20
    <key type="u" name="edge-barrier-min-push">
 
21
      <default>2</default>
 
22
      <summary>Minimum push needed to overcome edge barrier</summary>
 
23
      <description>How much you have to push  (in grid units)the mouse against an edge barrier when sensibility is 100.</description>
 
24
    </key>
 
25
    <key type="u" name="edge-barrier-max-push">
 
26
      <default>60</default>
 
27
      <summary>Maximum push needed to overcome edge barrier</summary>
 
28
      <description>How much you have to push (in grid units) the mouse against an edge barrier when sensibility is 1.</description>
 
29
    </key>
14
30
  </schema>
15
31
 
16
32
  <schema path="/com/canonical/unity8/greeter/" id="com.canonical.Unity8.Greeter" gettext-domain="unity8">