Fix Ctrl+Alt+T shortcut to open Konsole
AbandonedPublic

Authored by ngraham on Jun 23 2018, 3:19 PM.

Details

Reviewers
kossebau
Group Reviewers
Plasma
Summary

A common power user complaint about Plasma is the lack of a Ctrl+Alt+T keyboard shortcut to open Konsole. It turns out that one has existed for quite some time in the form of an off-by-default example for instructional purposes.

Test Plan

Log into a new user account or delete ~/.config/khotkeysrc and then hit Ctrl+Alt+T on the keyboard. Konsole opens!

Diff Detail

Repository
R101 KHotKeys
Branch
fix-konsole-shortcut (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 257
Build 257: arc lint + arc unit
ngraham created this revision.Jun 23 2018, 3:19 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJun 23 2018, 3:19 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
ngraham requested review of this revision.Jun 23 2018, 3:19 PM

+1 from me as well. I knew this shortcut from, ahem, other desktops. I thought it was something KDE simply didn't do. Nice fix.

ngraham edited the test plan for this revision. (Show Details)Jun 23 2018, 7:00 PM
davidedmundson added inline comments.
data/kde32b1.khotkeys
5

This commit then wouldn't this group desciption

921

Whilst I'm not opposed to enabling this (moved outside Examples) you can't refer to this as a "syntax error", it's a bit misleading

ngraham planned changes to this revision.Jun 24 2018, 4:03 AM

@davidedmundson

Makes sense, I can move this elsewhere. And you're right, there's no syntax error; I've since figured out how to make this work as is just by flipping it to Enabled (you need to first enable the parent "Examples" folder too).

ngraham edited the summary of this revision. (Show Details)Jun 24 2018, 4:04 AM
ngraham abandoned this revision.Jun 24 2018, 5:47 PM

Abandoning this patch in favor of a more correct way to accomplish the goal: D13708: Add a global shortcut (Ctrl+Alt+T) to launch Konsole