Ubuntu Pastebin

Paste from jgdx at Wed, 27 Jan 2016 13:45:33 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
        <key name="input-sources-show-all" type="b">
            <default>false</default>
            <summary>Show all installed input sources</summary>
            <description>Makes all installed input sources available for choosing in System Settings.</description>
        </key>
        <key name="input-sources-per-window" type="b">
            <default>false</default>
            <summary>Use different input sources for each window</summary>
            <description>When enabled, input sources get attached to the currently focused window when activated.</description>
        </key>
        <key name="cursor-blink" type="b">
            <default>true</default>
            <summary>Cursor Blink</summary>
            <description>Whether the cursor should blink.</description>
        </key>
        <key name="cursor-blink-time" type="i">
            <range min="100" max="2500"/>
            <default>1200</default>
            <summary>Cursor Blink Time</summary>
            <description>Length of the cursor blink cycle, in milliseconds.</description>
        </key>
        <key name="cursor-blink-timeout" type="i">
            <range min="1" max="2147483647"/>
            <default>10</default>
            <summary>Cursor Blink Timeout</summary>
            <description>Time after which the cursor stops blinking, in seconds.</description>
        </key>
        <key name="keyboard-repeat" type="b">
            <default>true</default>
        </key>
        <key name="keyboard-repeat-interval" type="u">
            <default>30</default>
            <summary>Key Repeat Interval</summary>
            <description>Delay between repeats in milliseconds.</description>
        </key>
        <key name="keyboard-delay" type="u">
            <default>500</default>
            <summary>Initial Key Repeat Delay</summary>
            <description>Initial key repeat delay in milliseconds.</description>
        </key>
Download as text