[gnome] Update extensions
This commit is contained in:
Binary file not shown.
@ -1,21 +1,3 @@
|
||||
<!--
|
||||
- org.gnome.shell.extensions.screen-rotate.gschema.xml
|
||||
- Copyright (C) 2024 shyzus, Shinigaminai
|
||||
-
|
||||
- This program is free software: you can redistribute it and/or modify
|
||||
- it under the terms of the GNU General Public License as published by
|
||||
- the Free Software Foundation, either version 3 of the License, or
|
||||
- (at your option) any later version.
|
||||
-
|
||||
- This program is distributed in the hope that it will be useful,
|
||||
- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
- GNU General Public License for more details.
|
||||
-
|
||||
- You should have received a copy of the GNU General Public License
|
||||
- along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
-
|
||||
-->
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
<schema id="org.gnome.shell.extensions.screen-rotate"
|
||||
@ -40,10 +22,59 @@
|
||||
<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">
|
||||
</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="debug-logging">
|
||||
<default>false</default>
|
||||
<description>Toggle debug logging.</description>
|
||||
|
||||
Reference in New Issue
Block a user