org.gnome.shell.extensions.screen-rotate.gschema.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist>
  3. <schema id="org.gnome.shell.extensions.screen-rotate"
  4. path="/org/gnome/shell/extensions/screen-rotate/">
  5. <key type="b" name="invert-horizontal-rotation-direction">
  6. <default>false</default>
  7. <description>Invert horizontal rotation direction of the screen</description>
  8. </key>
  9. <key type="b" name="invert-vertical-rotation-direction">
  10. <default>false</default>
  11. <description>Invert vertical rotation direction of the screen</description>
  12. </key>
  13. <key type="b" name="flip-orientation">
  14. <default>false</default>
  15. <description>Alter orientation. (e.g: Landscape to Portrait. Default is Landscape.)</description>
  16. </key>
  17. <key type="i" name="orientation-offset">
  18. <default>0</default>
  19. <description>Experiment with this offset in case orientation is incorrect.</description>
  20. </key>
  21. <key type="b" name="manual-flip">
  22. <default>false</default>
  23. <description>Enable a toggle in the GNOME Shell System Menu to manually flip between landscape and portrait.</description>
  24. </key>
  25. <key type="b" name="hide-lock-rotate">
  26. <default>false</default>
  27. <description>Hide the 'Auto Rotate' quick toggle.</description>
  28. </key>
  29. <key type="b" name="landscape-osk">
  30. <default>false</default>
  31. <description>Enable the use of the On-Screen-Keyboard for the landscape orientation.</description>
  32. </key>
  33. <key type="b" name="portrait-right-osk">
  34. <default>false</default>
  35. <description>Enable the use of the On-Screen-Keyboard for the portrait (right) orientation.</description>
  36. </key>
  37. <key type="b" name="portrait-left-osk">
  38. <default>false</default>
  39. <description>Enable the use of the On-Screen-Keyboard for the portrait (left) orientation.</description>
  40. </key>
  41. <key type="b" name="landscape-flipped-osk">
  42. <default>false</default>
  43. <description>Enable the use of the On-Screen-Keyboard for the landscape (flipped) orientation.</description>
  44. </key>
  45. <key type="b" name="dor-keyboard-landscape">
  46. <default>false</default>
  47. <description>Toggle disabling the keyboard when the orientation is landscape.</description>
  48. </key>
  49. <key type="b" name="dor-keyboard-portrait-left">
  50. <default>false</default>
  51. <description>Toggle disabling the keyboard when the orientation is portrait left.</description>
  52. </key>
  53. <key type="b" name="dor-keyboard-landscape-flipped">
  54. <default>false</default>
  55. <description>Toggle disabling the keyboard when the orientation is landscape-flipped.</description>
  56. </key>
  57. <key type="b" name="dor-keyboard-portrait-right">
  58. <default>false</default>
  59. <description>Toggle disabling the keyboard when the orientation is portrait right.</description>
  60. </key>
  61. <key type="b" name="dor-touchpad-landscape">
  62. <default>false</default>
  63. <description>Toggle disabling the touchpad when the orientation is landscape.</description>
  64. </key>
  65. <key type="b" name="dor-touchpad-portrait-left">
  66. <default>false</default>
  67. <description>Toggle disabling the touchpad when the orientation is portrait left.</description>
  68. </key>
  69. <key type="b" name="dor-touchpad-landscape-flipped">
  70. <default>false</default>
  71. <description>Toggle disabling the touchpad when the orientation is landscape-flipped.</description>
  72. </key>
  73. <key type="b" name="dor-touchpad-portrait-right">
  74. <default>false</default>
  75. <description>Toggle disabling the touchpad when the orientation is portrait right.</description>
  76. </key>
  77. <key type="b" name="debug-logging">
  78. <default>false</default>
  79. <description>Toggle debug logging.</description>
  80. </key>
  81. </schema>
  82. </schemalist>