2012-05-31 18:07:43 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<schemalist >
2020-07-20 23:06:57 +03:00
<enum id= "GalaActionType" >
2021-04-21 18:42:56 +03:00
<value nick= "none" value= "0" />
2020-07-20 23:06:57 +03:00
<value nick= "show-workspace-view" value= "1" />
<value nick= "maximize-current" value= "2" />
<value nick= "minimize-current" value= "3" />
<value nick= "open-launcher" value= "4" />
<value nick= "custom-command" value= "5" />
2024-01-02 23:08:43 +03:00
<value nick= "window-overview" value= "6" />
<value nick= "window-overview-all" value= "7" />
<value nick= "switch-to-workspace-previous" value= "8" />
<value nick= "switch-to-workspace-next" value= "9" />
<value nick= "switch-to-workspace-last" value= "10" />
2020-07-20 23:06:57 +03:00
</enum>
2020-05-25 21:14:52 +03:00
2020-07-20 23:06:57 +03:00
<schema path= "/io/elementary/desktop/screensaver/" id= "io.elementary.desktop.screensaver" >
<key type= "b" name= "lock-on-suspend" >
<default > true</default>
<summary > Automatically lock the screen when the computer suspends</summary>
<description > </description>
</key>
</schema>
2020-05-25 21:14:52 +03:00
2022-09-27 01:30:09 +03:00
<schema path= "/io/elementary/desktop/background/" id= "io.elementary.desktop.background" >
<key type= "b" name= "dim-wallpaper-in-dark-style" >
<default > false</default>
<summary > Dim wallpapers when dark style is active</summary>
<description > </description>
</key>
</schema>
2024-08-19 19:35:57 +03:00
<schema path= "/io/elementary/desktop/wm/behavior/" id= "io.elementary.desktop.wm.behavior" >
2020-07-20 23:06:57 +03:00
<key enum= "GalaActionType" name= "hotcorner-topleft" >
2021-04-21 18:42:56 +03:00
<default > "none"</default>
2020-07-20 23:06:57 +03:00
<summary > Action for the top left corner</summary>
<description > </description>
</key>
<key enum= "GalaActionType" name= "hotcorner-topright" >
2021-04-21 18:42:56 +03:00
<default > "none"</default>
2020-07-20 23:06:57 +03:00
<summary > Action for the top right corner</summary>
<description > </description>
</key>
<key enum= "GalaActionType" name= "hotcorner-bottomleft" >
2021-04-21 18:42:56 +03:00
<default > "none"</default>
2020-07-20 23:06:57 +03:00
<summary > Action for the bottom left corner</summary>
<description > </description>
</key>
<key enum= "GalaActionType" name= "hotcorner-bottomright" >
2021-04-21 18:42:56 +03:00
<default > "none"</default>
2020-07-20 23:06:57 +03:00
<summary > Action for the bottom right corner</summary>
<description > </description>
</key>
<key type= "s" name= "hotcorner-custom-command" >
<default > ''</default>
<summary > The command that will be executed for the hot corner action 'custom-command' or multiple</summary>
<description > If you just put a single command, it will be used for every hot corner assigned to
'custom-command'. If you instead use the pattern
'hotcorner-topleft:command;;hotcorner-bottomright:command' the specific commands will be used
per hotcorner. Possible identifiers are 'hotcorner-[topleft; topright; bottomleft; bottomright]'
2021-11-20 19:56:53 +03:00
followed by a ':' and then the command. ';;' is used as delimiter between command definitions.
2020-07-20 23:06:57 +03:00
</description>
</key>
<key type= "s" name= "panel-main-menu-action" >
<default > ''</default>
<summary > Panel main menu action</summary>
<description > Sets the command to run when the panel-main-menu keybinding is pressed.</description>
</key>
<key type= "s" name= "toggle-recording-action" >
<default > ''</default>
<summary > </summary>
<description > </description>
</key>
<key type= "s" name= "overlay-action" >
<default > ''</default>
<summary > </summary>
<description > </description>
</key>
<key type= "b" name= "move-maximized-workspace" >
<default > false</default>
<summary > Automatically move maximized windows to a new workspace</summary>
<description > </description>
</key>
2020-07-29 01:54:49 +03:00
<key type= "b" name= "move-fullscreened-workspace" >
<default > true</default>
<summary > Automatically move fullscreened windows to a new workspace</summary>
<description > </description>
</key>
2024-01-02 23:08:43 +03:00
<key type= "b" name= "enable-hotcorners-in-fullscreen" >
<default > false</default>
<summary > Whether hotcorners should be enabled when fullscreen window is opened</summary>
<description > </description>
</key>
</schema>
2024-08-19 18:33:48 +03:00
<schema path= "/io/elementary/desktop/wm/keybindings/" id= "io.elementary.desktop.wm.keybindings" >
2020-07-20 23:06:57 +03:00
<key type= "as" name= "switch-to-workspace-first" >
<default > <![CDATA[['<Super>Home']]]> </default>
<summary > Shortcut to move to first workspace</summary>
<description > </description>
</key>
<key type= "as" name= "switch-to-workspace-last" >
<default > <![CDATA[['<Super>End', '<Super>0']]]> </default>
<summary > Shortcut to move to last workspace</summary>
<description > </description>
</key>
<key type= "as" name= "move-to-workspace-first" >
<default > <![CDATA[['<Super><Shift>Home']]]> </default>
<summary > Shortcut to move the current window to first workspace</summary>
<description > </description>
</key>
<key type= "as" name= "move-to-workspace-last" >
2024-04-28 07:03:51 +03:00
<default > <![CDATA[['<Super><Shift>End', '<Super><Shift>0']]]> </default>
2020-07-20 23:06:57 +03:00
<summary > Shortcut to move the current window to last workspace</summary>
<description > </description>
</key>
<key type= "as" name= "zoom-in" >
<default > <![CDATA[['<Super>plus', '<Super>KP_Add']]]> </default>
<summary > Zoom in</summary>
<description > </description>
</key>
<key type= "as" name= "zoom-out" >
<default > <![CDATA[['<Super>minus', '<Super>KP_Subtract']]]> </default>
<summary > Zoom out</summary>
</key>
<key type= "as" name= "expose-all-windows" >
<default > <![CDATA[['<Super>a']]]> </default>
<summary > Shortcut to open the window overview for all windows</summary>
<description > </description>
</key>
<key type= "as" name= "cycle-workspaces-next" >
<default > <![CDATA[['<Super>Tab']]]> </default>
<summary > Cycle to the next workspace to the right or to back to the first</summary>
</key>
<key type= "as" name= "cycle-workspaces-previous" >
<default > <![CDATA[['<Super><Shift>Tab']]]> </default>
<summary > Cycle to the next workspace to the right or to back to the first</summary>
</key>
2022-04-22 19:00:27 +03:00
<key type= "as" name= "panel-main-menu" >
2024-03-19 13:06:41 +03:00
<default > <![CDATA[['<Alt>F2']]]> </default>
2022-04-22 19:00:27 +03:00
<summary > Open the applications menu</summary>
</key>
2022-04-24 01:26:40 +03:00
<key name= "screenshot" type= "as" >
<default > <![CDATA[['Print']]]> </default>
<summary > Take a screenshot</summary>
</key>
<key name= "window-screenshot" type= "as" >
<default > <![CDATA[['<Alt>Print']]]> </default>
<summary > Take a screenshot of a window</summary>
</key>
<key name= "area-screenshot" type= "as" >
<default > <![CDATA[['<Shift>Print']]]> </default>
<summary > Take a screenshot of an area</summary>
</key>
<key name= "screenshot-clip" type= "as" >
<default > <![CDATA[['<Control>Print']]]> </default>
<summary > Copy a screenshot to clipboard</summary>
</key>
<key name= "window-screenshot-clip" type= "as" >
<default > <![CDATA[['<Control><Alt>Print']]]> </default>
<summary > Copy a screenshot of a window to clipboard</summary>
</key>
<key name= "area-screenshot-clip" type= "as" >
<default > <![CDATA[['<Control><Shift>Print']]]> </default>
<summary > Copy a screenshot of an area to clipboard</summary>
</key>
2020-07-20 23:06:57 +03:00
<key type= "as" name= "switch-input-source" >
2024-03-19 13:06:41 +03:00
<default > <![CDATA[['<Super>Space']]]> </default>
2020-07-20 23:06:57 +03:00
<summary > Cycle to next keyboard layout</summary>
2023-03-30 17:58:17 +03:00
<description > </description>
2020-07-20 23:06:57 +03:00
</key>
<key type= "as" name= "switch-input-source-backward" >
2024-03-19 13:06:41 +03:00
<default > <![CDATA[['<Super><Shift>Space']]]> </default>
2020-07-20 23:06:57 +03:00
<summary > Cycle to previous keyboard layout</summary>
2023-03-30 17:58:17 +03:00
<description > </description>
2020-07-20 23:06:57 +03:00
</key>
<key type= "as" name= "pip" >
<default > <![CDATA[['<Super>f']]]> </default>
<summary > The shortcut to enable picture-in-picture window</summary>
<description > The shortcut to show the selection area to choose a window.</description>
</key>
</schema>
2020-07-20 22:01:58 +03:00
2024-08-19 18:42:45 +03:00
<schema path= "/io/elementary/desktop/wm/animations/" id= "io.elementary.desktop.wm.animations" >
2020-07-20 23:06:57 +03:00
<key type= "b" name= "enable-animations" >
<default > true</default>
<summary > Enable Animations</summary>
<description > Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc.</description>
</key>
</schema>
2020-12-17 00:04:52 +03:00
2021-04-21 18:42:56 +03:00
<enum id= "GesturePinch" >
<value nick= "none" value= "0" />
<value nick= "zoom" value= "1" />
</enum>
<enum id= "GestureSwipeHorizontal" >
<value nick= "none" value= "0" />
<value nick= "switch-to-workspace" value= "1" />
2023-10-26 21:03:50 +03:00
<value nick= "move-to-workspace" value= "2" />
2023-12-04 20:46:39 +03:00
<value nick= "switch-windows" value= "3" />
2021-04-21 18:42:56 +03:00
</enum>
<enum id= "GestureSwipeUp" >
<value nick= "none" value= "0" />
<value nick= "multitasking-view" value= "1" />
<value nick= "toggle-maximized" value= "2" />
</enum>
2020-12-17 00:04:52 +03:00
<schema path= "/io/elementary/desktop/wm/gestures/" id= "io.elementary.desktop.wm.gestures" >
2021-04-21 18:42:56 +03:00
<key name= "three-finger-pinch" enum= "GesturePinch" >
<default > "none"</default>
<summary > Three-finger pinch gesture</summary>
<description > The action that corresponds to performing a pinch gesture with three fingers</description>
</key>
<key name= "four-finger-pinch" enum= "GesturePinch" >
<default > "none"</default>
<summary > Four-finger pinch gesture</summary>
<description > The action that corresponds to performing a pinch gesture with four fingers</description>
</key>
<key name= "three-finger-swipe-up" enum= "GestureSwipeUp" >
<default > "multitasking-view"</default>
<summary > Three-finger up-swipe gesture</summary>
<description > The action that corresponds to swiping up with three fingers</description>
</key>
<key name= "four-finger-swipe-up" enum= "GestureSwipeUp" >
<default > "none"</default>
<summary > Four-finger up-swipe gesture</summary>
<description > The action that corresponds to swiping up with four fingers</description>
</key>
<key name= "three-finger-swipe-horizontal" enum= "GestureSwipeHorizontal" >
<default > "switch-to-workspace"</default>
<summary > Three-finger horizontal swipe gesture</summary>
<description > The action that corresponds to performing a horizontal swipe gesture with three fingers</description>
</key>
<key name= "four-finger-swipe-horizontal" enum= "GestureSwipeHorizontal" >
<default > "none"</default>
<summary > Four-finger horizontal swipe gesture</summary>
<description > The action that corresponds to performing a horizontal swipe gesture with four fingers</description>
2021-04-02 13:19:28 +03:00
</key>
2020-12-17 00:04:52 +03:00
</schema>
2023-06-06 21:03:28 +03:00
<enum id= "GalaColorblindnessFilterType" >
<value nick= "none" value= "0" />
<value nick= "protanopia" value= "1" />
<value nick= "protanopia-high-contrast" value= "2" />
<value nick= "deuteranopia" value= "3" />
<value nick= "deuteranopia-high-contrast" value= "4" />
<value nick= "tritanopia" value= "5" />
</enum>
<schema path= "/io/elementary/desktop/wm/accessibility/" id= "io.elementary.desktop.wm.accessibility" >
<key enum= "GalaColorblindnessFilterType" name= "colorblindness-correction-filter" >
<default > "none"</default>
<summary > Colorblind correction filter.</summary>
<description > </description>
</key>
<key type= "d" name= "colorblindness-correction-filter-strength" >
<range min= "0.0" max= "1.0" />
<default > 1.0</default>
<summary > The strength of colorblindness correction filter.</summary>
<description > </description>
</key>
<key type= "b" name= "enable-monochrome-filter" >
<default > false</default>
<summary > Enable monochrome filter.</summary>
<description > </description>
</key>
<key type= "d" name= "monochrome-filter-strength" >
<range min= "0.0" max= "1.0" />
<default > 1.0</default>
<summary > The strength of monochrome filter.</summary>
<description > </description>
</key>
</schema>
2012-05-31 18:07:43 +04:00
</schemalist>