New installers: 2020-11-22
This commit is contained in:
Binary file not shown.
@@ -117,6 +117,11 @@
|
||||
<value nick="areas" value="2"/>
|
||||
<value nick="fingers" value="3"/>
|
||||
</enum>
|
||||
<enum id="org.gnome.desktop.GDesktopTouchpadTapButtonMap">
|
||||
<value nick="default" value="0"/>
|
||||
<value nick="lrm" value="1"/>
|
||||
<value nick="lmr" value="2"/>
|
||||
</enum>
|
||||
<enum id="org.gnome.desktop.GDesktopDeviceSendEvents">
|
||||
<value nick="enabled" value="0"/>
|
||||
<value nick="disabled" value="1"/>
|
||||
|
@@ -111,6 +111,13 @@
|
||||
Name of the default font used by gtk+.
|
||||
</description>
|
||||
</key>
|
||||
<key name="avatar-directories" type="as">
|
||||
<default>[]</default>
|
||||
<summary>Directories with avatar faces</summary>
|
||||
<description>
|
||||
Directories to override the default avatar faces installed by gnome-control-center.
|
||||
</description>
|
||||
</key>
|
||||
<key name="text-scaling-factor" type="d">
|
||||
<range min="0.5" max="3.0"/>
|
||||
<default>1.0</default>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<description>If set to true, then Nautilus will never prompt nor autorun/autostart programs when a medium is inserted.</description>
|
||||
</key>
|
||||
<key name="autorun-x-content-start-app" type="as">
|
||||
<default>[ 'x-content/unix-software' ]</default>
|
||||
<default>[ 'x-content/unix-software', 'x-content/ostree-repository' ]</default>
|
||||
<summary>List of x-content/* types where the preferred application will be launched</summary>
|
||||
<description>List of x-content/* types for which the user have chosen to start an application in the preference capplet. The preferred application for the given type will be started on insertion on media matching these types.</description>
|
||||
</key>
|
||||
|
@@ -29,11 +29,21 @@
|
||||
<summary>Enable mouse clicks with touchpad</summary>
|
||||
<description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</description>
|
||||
</key>
|
||||
<key name="tap-button-map" enum="org.gnome.desktop.GDesktopTouchpadTapButtonMap">
|
||||
<default>'default'</default>
|
||||
<summary>Tap Button Map</summary>
|
||||
<description>Defines the mapping between the number of fingers and touchpad buttons. The default is to have a 1, 2 and 3 finger tap to map to the left, right and middle button ("lrm"), respectively.</description>
|
||||
</key>
|
||||
<key name="tap-and-drag" type="b">
|
||||
<default>true</default>
|
||||
<summary>Enable tap-and-drag with touchpad</summary>
|
||||
<description>Set this to TRUE to be able to start a drag by tapping and immediately moving the finger that’s now pressed on the touchpad.</description>
|
||||
</key>
|
||||
<key name="tap-and-drag-lock" type="b">
|
||||
<default>false</default>
|
||||
<summary>Enable tap-and-drag-lock with touchpad</summary>
|
||||
<description>Set this to TRUE to lock the dragging process within a short timeout when the finger is lifted on the touchpad and the tap-and-drag setting is enabled.</description>
|
||||
</key>
|
||||
<key name="send-events" enum="org.gnome.desktop.GDesktopDeviceSendEvents">
|
||||
<default>'enabled'</default>
|
||||
<summary>Touchpad enabled</summary>
|
||||
|
@@ -75,18 +75,19 @@
|
||||
<description>If TRUE, applications should not make sound.</description>
|
||||
</key>
|
||||
<key name="usb-protection" type="b">
|
||||
<default>false</default>
|
||||
<default>true</default>
|
||||
<summary>Whether to protect USB devices</summary>
|
||||
<description>If TRUE, USB devices will be protected as configured in
|
||||
the key usb-protection-level.
|
||||
<description>If the USBGuard service is present and this setting is
|
||||
enabled, USB devices will be protected as configured in the
|
||||
usb-protection-level setting.
|
||||
</description>
|
||||
</key>
|
||||
<key name="usb-protection-level" enum="org.gnome.desktop.GDesktopUsbProtection">
|
||||
<default>'lockscreen'</default>
|
||||
<summary>When USB devices should be rejected</summary>
|
||||
<description>
|
||||
If set to "lockscreen", only when the lock screen is present new USB devices will
|
||||
be rejected; if set to "always", all new USB devices will always be rejected.
|
||||
If set to “lockscreen”, only when the lock screen is present new USB devices will
|
||||
be rejected; if set to “always”, all new USB devices will always be rejected.
|
||||
</description>
|
||||
</key>
|
||||
</schema>
|
||||
|
@@ -11,7 +11,7 @@
|
||||
window (left click), resize the window (middle click), or show the
|
||||
window menu (right click). The middle and right click operations may
|
||||
be swapped using the “resize-with-right-button” key. Modifier is
|
||||
expressed as <![CDATA["<Alt>"]]> or <![CDATA["<Super>"]]> for example.
|
||||
expressed as <![CDATA[“<Alt>”]]> or <![CDATA[“<Super>”]]> for example.
|
||||
</description>
|
||||
</key>
|
||||
<key name="resize-with-right-button" type="b">
|
||||
|
Reference in New Issue
Block a user