89 lines
3.9 KiB
XML
89 lines
3.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.gnome.shell.extensions.screen-rotate"
|
|
path="/org/gnome/shell/extensions/screen-rotate/">
|
|
|
|
<key type="b" name="invert-horizontal-rotation-direction">
|
|
<default>false</default>
|
|
<description>Invert horizontal rotation direction of the screen</description>
|
|
</key>
|
|
<key type="b" name="invert-vertical-rotation-direction">
|
|
<default>false</default>
|
|
<description>Invert vertical rotation direction of the screen</description>
|
|
</key>
|
|
<key type="b" name="flip-orientation">
|
|
<default>false</default>
|
|
<description>Alter orientation. (e.g: Landscape to Portrait. Default is Landscape.)</description>
|
|
</key>
|
|
<key type="i" name="orientation-offset">
|
|
<default>0</default>
|
|
<description>Experiment with this offset in case orientation is incorrect.</description>
|
|
</key>
|
|
<key type="b" name="manual-flip">
|
|
<default>false</default>
|
|
<description>Enable a toggle in the GNOME Shell System Menu to manually flip between landscape and portrait.</description>
|
|
</key>
|
|
<key type="b" name="hide-lock-rotate">
|
|
<default>false</default>
|
|
<description>Hide the 'Auto Rotate' quick toggle.</description>
|
|
</key>
|
|
<key type="b" name="landscape-osk">
|
|
<default>false</default>
|
|
<description>Enable the use of the On-Screen-Keyboard for the landscape orientation.</description>
|
|
</key>
|
|
<key type="b" name="portrait-right-osk">
|
|
<default>false</default>
|
|
<description>Enable the use of the On-Screen-Keyboard for the portrait (right) orientation.</description>
|
|
</key>
|
|
<key type="b" name="portrait-left-osk">
|
|
<default>false</default>
|
|
<description>Enable the use of the On-Screen-Keyboard for the portrait (left) orientation.</description>
|
|
</key>
|
|
<key type="b" name="landscape-flipped-osk">
|
|
<default>false</default>
|
|
<description>Enable the use of the On-Screen-Keyboard for the landscape (flipped) orientation.</description>
|
|
</key>
|
|
<key type="b" name="dor-keyboard-landscape">
|
|
<default>false</default>
|
|
<description>Toggle disabling the keyboard when the orientation is landscape.</description>
|
|
</key>
|
|
<key type="b" name="dor-keyboard-portrait-left">
|
|
<default>false</default>
|
|
<description>Toggle disabling the keyboard when the orientation is portrait left.</description>
|
|
</key>
|
|
<key type="b" name="dor-keyboard-landscape-flipped">
|
|
<default>false</default>
|
|
<description>Toggle disabling the keyboard when the orientation is landscape-flipped.</description>
|
|
</key>
|
|
<key type="b" name="dor-keyboard-portrait-right">
|
|
<default>false</default>
|
|
<description>Toggle disabling the keyboard when the orientation is portrait right.</description>
|
|
</key>
|
|
<key type="b" name="dor-touchpad-landscape">
|
|
<default>false</default>
|
|
<description>Toggle disabling the touchpad when the orientation is landscape.</description>
|
|
</key>
|
|
<key type="b" name="dor-touchpad-portrait-left">
|
|
<default>false</default>
|
|
<description>Toggle disabling the touchpad when the orientation is portrait left.</description>
|
|
</key>
|
|
<key type="b" name="dor-touchpad-landscape-flipped">
|
|
<default>false</default>
|
|
<description>Toggle disabling the touchpad when the orientation is landscape-flipped.</description>
|
|
</key>
|
|
<key type="b" name="dor-touchpad-portrait-right">
|
|
<default>false</default>
|
|
<description>Toggle disabling the touchpad when the orientation is portrait right.</description>
|
|
</key>
|
|
<key type="b" name="skip-initial-rotation">
|
|
<default>false</default>
|
|
<description>Toggle skipping the initial rotation on extension startup. Will preserve last set orientation</description>
|
|
</key>
|
|
<key type="b" name="debug-logging">
|
|
<default>false</default>
|
|
<description>Toggle debug logging.</description>
|
|
</key>
|
|
</schema>
|
|
|
|
</schemalist>
|