1
0
Fork 0

Adding terminal emulator keyboard shortcut.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 19:54:52 +02:00
parent 743b6d5930
commit 19141b703a
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Adding terminal emulator keyboard shortcut.
diff -Naurp gnome-control-center.orig/panels/keyboard/01-launchers.xml.in gnome-control-center/panels/keyboard/01-launchers.xml.in
--- gnome-control-center.orig/panels/keyboard/01-launchers.xml.in
+++ gnome-control-center/panels/keyboard/01-launchers.xml.in
@@ -13,6 +13,8 @@
<KeyListEntry name="home" description="Home folder"/>
+ <KeyListEntry name="terminal" description="Launch terminal"/>
+
<KeyListEntry name="search" description="Search" msgctxt="keybinding" comments="Translators: This refers to a keyboard shortcut that can trigger a search.">Search</KeyListEntry>
</KeyListEntries>

View file

@ -2,3 +2,4 @@ kbd-lvl3.patch
debian/Expose-touchpad-settings-if-synaptics-is-in-use.patch
debian/Debian-s-adduser-doesn-t-allow-uppercase-letters-by-defau.patch
debian/Ignore-result-of-test-network-panel.patch
progress-linux/0001-terminal-shortcut.patch