diff options
| author | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-07-06 12:58:55 -0500 |
|---|---|---|
| committer | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-07-06 13:05:00 -0500 |
| commit | 871f90e4485b3b123b8f9bd4e3327efa7d1ecd5a (patch) | |
| tree | 66cc93799497316fffe34aff11a941bde37b6675 /dist/linux | |
| parent | d790b0f60e8016237a69dfdb284841392e4e4166 (diff) | |
linux/kde: add KDE shortcut to desktop file
Fixes #7673
This adds `Ctrl+Alt+T` as a KDE shortcut to the desktop file. If Konsole
is installed (or any other prorgam that has the same shortcut) the user
will need to go into the KDE system settings and manually reassign the
`Ctrl+Alt+T` shortcut to Ghostty.
If Ghostty is the only terminal installed that claims that shortcut KDE
_should_ automatically enable the shortcut (but YMMV).
Non-KDE systems will ignore this setting and if the user desires a
global shortcut to open a Ghostty window it will need to be accomplished
in other ways.
Diffstat (limited to 'dist/linux')
| -rw-r--r-- | dist/linux/app.desktop.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/linux/app.desktop.in b/dist/linux/app.desktop.in index c39164158..32ba00cfd 100644 --- a/dist/linux/app.desktop.in +++ b/dist/linux/app.desktop.in @@ -19,6 +19,7 @@ X-TerminalArgAppId=--class= X-TerminalArgDir=--working-directory= X-TerminalArgHold=--wait-after-command DBusActivatable=true +X-KDE-Shortcuts=Ctrl+Alt+T [Desktop Action new-window] Name=New Window |
