/usr/share/dbus-1/interfaces/com.ubuntu.AccountsService.Input.xml is in accountsservice-ubuntu-schemas 0.0.7+17.10.20170922-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <node>
<interface name="com.ubuntu.AccountsService.Input">
<annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/>
<annotation name="org.freedesktop.Accounts.Authentication.ReadAny"
value="com.ubuntu.AccountsService.GreeterReadAny"/>
<!-- "left" or "right" -->
<property name="MousePrimaryButton" type="s" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue.String" value="left"/>
</property>
<!-- 0 to 1 -->
<property name="MouseCursorSpeed" type="d" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="0.75"/>
</property>
<property name="MouseScrollSpeed" type="d" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="1.0"/>
</property>
<!-- in milliseconds -->
<property name="MouseDoubleClickSpeed" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="100"/>
</property>
<!-- "left" or "right" -->
<property name="TouchpadPrimaryButton" type="s" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue.String" value="left"/>
</property>
<!-- 0 to 1 -->
<property name="TouchpadCursorSpeed" type="d" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="0.75"/>
</property>
<property name="TouchpadScrollSpeed" type="d" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="1.0"/>
</property>
<!-- in milliseconds -->
<property name="TouchpadDoubleClickSpeed" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="100"/>
</property>
<property name="TouchpadDisableWhileTyping" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>
</property>
<property name="TouchpadTapToClick" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
</property>
<property name="TouchpadTwoFingerScroll" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
</property>
<property name="TouchpadDisableWithMouse" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
</property>
</interface>
</node>
|