File: org.gnome.shell.extensions.apps-menu.gschema.xml

package info (click to toggle)
gnome-shell-extensions 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,232 kB
  • sloc: javascript: 4,676; xml: 132; python: 43; sh: 35; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!--
SPDX-FileCopyrightText: 2021 Florian Müllner <fmuellner@gnome.org>

SPDX-License-Identifier: GPL-2.0-or-later
-->

<schemalist gettext-domain="gnome-shell-extensions">
  <schema id="org.gnome.shell.extensions.apps-menu"
          path="/org/gnome/shell/extensions/apps-menu/">
    <key name="apps-menu-toggle-menu" type="as">
      <default>["&lt;Alt&gt;F1"]</default>
      <summary>Keybinding to open the applications menu</summary>
      <description>
        Keybinding to open the applications menu.
      </description>
    </key>
  </schema>
</schemalist>