mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
windowManager: Add shortcuts to open new window of nth pinned app
Add new shortcuts to open a new instance of an app by pressing Super + Ctrl + Number. This is analogous to ctrl-activating (LMB/Enter) an app icon. Close https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4129 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1829>
This commit is contained in:
parent
d3a18be0f2
commit
d429ab5e08
3 changed files with 142 additions and 5 deletions
|
|
@ -41,5 +41,41 @@
|
|||
description="Activate pinned app 9"
|
||||
hidden="true"/>
|
||||
|
||||
<KeyListEntry name="open-new-window-application-1"
|
||||
description="Open new window of pinned app 1"
|
||||
hidden="true"/>
|
||||
|
||||
<KeyListEntry name="open-new-window-application-2"
|
||||
description="Open new window of pinned app 2"
|
||||
hidden="true"/>
|
||||
|
||||
<KeyListEntry name="open-new-window-application-3"
|
||||
description="Open new window of pinned app 3"
|
||||
hidden="true"/>
|
||||
|
||||
<KeyListEntry name="open-new-window-application-4"
|
||||
description="Open new window of pinned app 4"
|
||||
hidden="true"/>
|
||||
|
||||
<KeyListEntry name="open-new-window-application-5"
|
||||
description="Open new window of pinned app 5"
|
||||
hidden="true"/>
|
||||
|
||||
<KeyListEntry name="open-new-window-application-6"
|
||||
description="Open new window of pinned app 6"
|
||||
hidden="true"/>
|
||||
|
||||
<KeyListEntry name="open-new-window-application-7"
|
||||
description="Open new window of pinned app 7"
|
||||
hidden="true"/>
|
||||
|
||||
<KeyListEntry name="open-new-window-application-8"
|
||||
description="Open new window of pinned app 8"
|
||||
hidden="true"/>
|
||||
|
||||
<KeyListEntry name="open-new-window-application-9"
|
||||
description="Open new window of pinned app 9"
|
||||
hidden="true"/>
|
||||
|
||||
</KeyListEntries>
|
||||
|
||||
|
|
|
|||
|
|
@ -235,6 +235,42 @@
|
|||
<default>["<Super>9"]</default>
|
||||
<summary>Switch to application 9</summary>
|
||||
</key>
|
||||
<key name="open-new-window-application-1" type="as">
|
||||
<default>["<Super><Control>1"]</default>
|
||||
<summary>Open a new instance of application 1</summary>
|
||||
</key>
|
||||
<key name="open-new-window-application-2" type="as">
|
||||
<default>["<Super><Control>2"]</default>
|
||||
<summary>Open a new instance of application 2</summary>
|
||||
</key>
|
||||
<key name="open-new-window-application-3" type="as">
|
||||
<default>["<Super><Control>3"]</default>
|
||||
<summary>Open a new instance of application 3</summary>
|
||||
</key>
|
||||
<key name="open-new-window-application-4" type="as">
|
||||
<default>["<Super><Control>4"]</default>
|
||||
<summary>Open a new instance of application 4</summary>
|
||||
</key>
|
||||
<key name="open-new-window-application-5" type="as">
|
||||
<default>["<Super><Control>5"]</default>
|
||||
<summary>Open a new instance of application 5</summary>
|
||||
</key>
|
||||
<key name="open-new-window-application-6" type="as">
|
||||
<default>["<Super><Control>6"]</default>
|
||||
<summary>Open a new instance of application 6</summary>
|
||||
</key>
|
||||
<key name="open-new-window-application-7" type="as">
|
||||
<default>["<Super><Control>7"]</default>
|
||||
<summary>Open a new instance of application 7</summary>
|
||||
</key>
|
||||
<key name="open-new-window-application-8" type="as">
|
||||
<default>["<Super><Control>8"]</default>
|
||||
<summary>Open a new instance of application 8</summary>
|
||||
</key>
|
||||
<key name="open-new-window-application-9" type="as">
|
||||
<default>["<Super><Control>9"]</default>
|
||||
<summary>Open a new instance of application 9</summary>
|
||||
</key>
|
||||
<key name="show-screenshot-ui" type="as">
|
||||
<default>["Print"]</default>
|
||||
<summary>Take a screenshot interactively</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue