mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Remove keyboard shortcut to open the app menu in the panel
Now that the app menu indicator is no longer shown, it shouldn't be possible to toggle the popup menu via keyboard shortcut anymore, so remove the code and gsettings definitions for that. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2610>
This commit is contained in:
parent
3ea672efe6
commit
d67077bdf1
4 changed files with 0 additions and 25 deletions
|
|
@ -17,8 +17,5 @@
|
|||
<KeyListEntry name="toggle-application-view"
|
||||
description="Show all apps"/>
|
||||
|
||||
<KeyListEntry name="open-application-menu"
|
||||
description="Open the app menu"/>
|
||||
|
||||
</KeyListEntries>
|
||||
|
||||
|
|
|
|||
|
|
@ -147,13 +147,6 @@
|
|||
|
||||
<schema id="org.gnome.shell.keybindings" path="/org/gnome/shell/keybindings/"
|
||||
gettext-domain="@GETTEXT_PACKAGE@">
|
||||
<key name="open-application-menu" type="as">
|
||||
<default>["<Super>F10"]</default>
|
||||
<summary>Keybinding to open the application menu</summary>
|
||||
<description>
|
||||
Keybinding to open the application menu.
|
||||
</description>
|
||||
</key>
|
||||
<key name="shift-overview-up" type="as">
|
||||
<default>["<Super><Alt>Up"]</default>
|
||||
<summary>Keybinding to shift between overview states</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue