~elementary-os/elementaryos/os-patch-mutter-bionic

« back to all changes in this revision

Viewing changes to data/org.gnome.mutter.wayland.gschema.xml.in

  • Committer: RabbitBot
  • Date: 2018-04-11 14:49:36 UTC
  • Revision ID: rabbitbot@elementary.io-20180411144936-hgymqa9d8d1xfpbh
Initial import, version 3.28.0-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <schema id="org.gnome.mutter.wayland.keybindings" path="/org/gnome/mutter/wayland/keybindings/"
 
3
          gettext-domain="@GETTEXT_DOMAIN@">
 
4
    <key name="switch-to-session-1" type="as">
 
5
      <default><![CDATA[['<Primary><Alt>F1']]]></default>
 
6
      <summary>Switch to VT 1</summary>
 
7
    </key>
 
8
    <key name="switch-to-session-2" type="as">
 
9
      <default><![CDATA[['<Primary><Alt>F2']]]></default>
 
10
      <summary>Switch to VT 2</summary>
 
11
    </key>
 
12
    <key name="switch-to-session-3" type="as">
 
13
      <default><![CDATA[['<Primary><Alt>F3']]]></default>
 
14
      <summary>Switch to VT 3</summary>
 
15
    </key>
 
16
    <key name="switch-to-session-4" type="as">
 
17
      <default><![CDATA[['<Primary><Alt>F4']]]></default>
 
18
      <summary>Switch to VT 4</summary>
 
19
    </key>
 
20
    <key name="switch-to-session-5" type="as">
 
21
      <default><![CDATA[['<Primary><Alt>F5']]]></default>
 
22
      <summary>Switch to VT 5</summary>
 
23
    </key>
 
24
    <key name="switch-to-session-6" type="as">
 
25
      <default><![CDATA[['<Primary><Alt>F6']]]></default>
 
26
      <summary>Switch to VT 6</summary>
 
27
    </key>
 
28
    <key name="switch-to-session-7" type="as">
 
29
      <default><![CDATA[['<Primary><Alt>F7']]]></default>
 
30
      <summary>Switch to VT 7</summary>
 
31
    </key>
 
32
    <key name="switch-to-session-8" type="as">
 
33
      <default><![CDATA[['<Primary><Alt>F8']]]></default>
 
34
      <summary>Switch to VT 8</summary>
 
35
    </key>
 
36
    <key name="switch-to-session-9" type="as">
 
37
      <default><![CDATA[['<Primary><Alt>F9']]]></default>
 
38
      <summary>Switch to VT 9</summary>
 
39
    </key>
 
40
    <key name="switch-to-session-10" type="as">
 
41
      <default><![CDATA[['<Primary><Alt>F10']]]></default>
 
42
      <summary>Switch to VT 10</summary>
 
43
    </key>
 
44
    <key name="switch-to-session-11" type="as">
 
45
      <default><![CDATA[['<Primary><Alt>F11']]]></default>
 
46
      <summary>Switch to VT 11</summary>
 
47
    </key>
 
48
    <key name="switch-to-session-12" type="as">
 
49
      <default><![CDATA[['<Primary><Alt>F12']]]></default>
 
50
      <summary>Switch to VT 12</summary>
 
51
    </key>
 
52
    <key name="restore-shortcuts" type="as">
 
53
      <default><![CDATA[['<Super>Escape']]]></default>
 
54
      <summary>Re-enable shortcuts</summary>
 
55
    </key>
 
56
  </schema>
 
57
 
 
58
 
 
59
  <schema id="org.gnome.mutter.wayland" path="/org/gnome/mutter/wayland/"
 
60
          gettext-domain="@GETTEXT_DOMAIN@">
 
61
 
 
62
    <key name="xwayland-allow-grabs" type="b">
 
63
      <default>false</default>
 
64
      <summary>Allow grabs with Xwayland</summary>
 
65
      <description>
 
66
        Allow keyboard grabs issued by X11 applications running in Xwayland
 
67
        to be taken into account.
 
68
 
 
69
        For a X11 grab to be taken into account under Wayland, the client must
 
70
        also either send a specific X11 ClientMessage to the root window or be
 
71
        among the applications white-listed in key “xwayland-grab-access-rules”.
 
72
      </description>
 
73
    </key>
 
74
 
 
75
    <key name="xwayland-grab-access-rules" type="as">
 
76
      <default>[]</default>
 
77
      <summary>Xwayland applications allowed to issue keyboard grabs</summary>
 
78
      <description>
 
79
        List the resource names or resource class of X11 windows either
 
80
        allowed or not allowed to issue X11 keyboard grabs under Xwayland.
 
81
 
 
82
        The resource name or resource class of a given X11 window can be
 
83
        obtained using the command “xprop WM_CLASS”.
 
84
 
 
85
        Wildcards “*” and jokers “?” in the values are supported.
 
86
 
 
87
        Values starting with “!” are blacklisted, which has precedence over
 
88
        the whitelist, to revoke applications from the default system list.
 
89
 
 
90
        The default system list includes the following applications:
 
91
 
 
92
        “@XWAYLAND_GRAB_DEFAULT_ACCESS_RULES@”
 
93
 
 
94
        Users can break an existing grab by using the specific keyboard
 
95
        shortcut defined by the keybinding key “restore-shortcuts”.
 
96
      </description>
 
97
    </key>
 
98
 
 
99
  </schema>
 
100
 
 
101
</schemalist>