diff options
author | Marty E. Plummer <[email protected]> | 2019-03-24 20:20:56 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-04 17:17:33 +0200 |
commit | 92dd65c5530cf5a530e21a9a7ef91bc265985554 (patch) | |
tree | d659b1a673700faa5c5449f9ba2246f68d694f40 /schemas/org.mate.peripherals-mouse.gschema.xml.in | |
parent | d338e635e6ce023fab06889a89f47c52d86028d5 (diff) | |
download | mate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.bz2 mate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.xz |
i18n: port from intltool to gettext
Signed-off-by: Marty E. Plummer <[email protected]>
Diffstat (limited to 'schemas/org.mate.peripherals-mouse.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.peripherals-mouse.gschema.xml.in | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in deleted file mode 100644 index d1247d4..0000000 --- a/schemas/org.mate.peripherals-mouse.gschema.xml.in +++ /dev/null @@ -1,49 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.peripherals-mouse" path="/org/mate/desktop/peripherals/mouse/"> - <key name="left-handed" type="b"> - <default>false</default> - <summary>Mouse button orientation</summary> - <description>Swap left and right mouse buttons for left-handed mice.</description> - </key> - <key name="motion-acceleration" type="d"> - <default>-1</default> - <summary>Motion Acceleration</summary> - <description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</description> - </key> - <key name="motion-threshold" type="i"> - <default>-1</default> - <summary>Motion Threshold</summary> - <description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</description> - </key> - <key name="drag-threshold" type="i"> - <default>8</default> - <summary>Drag Threshold</summary> - <description>Distance before a drag is started.</description> - </key> - <key name="double-click" type="i"> - <default>400</default> - <summary>Double Click Time</summary> - <description>Length of a double click.</description> - </key> - <key name="middle-button-enabled" type="b"> - <default>true</default> - <summary>Middle button emulation</summary> - <description>Enables middle mouse button emulation through simultaneous left and right button click.</description> - </key> - <key name="locate-pointer" type="b"> - <default>false</default> - <summary>Locate Pointer</summary> - <description>Highlights the current location of the pointer when the Control key is pressed and released.</description> - </key> - <key name="cursor-theme" type="s"> - <default>''</default> - <summary>Cursor theme</summary> - <description>Cursor theme name.</description> - </key> - <key name="cursor-size" type="i"> - <default>24</default> - <summary>Cursor size</summary> - <description>Size of the cursor referenced by cursor_theme.</description> - </key> - </schema> -</schemalist> |