diff options
author | Jedi18 <targetakhil@gmail.com> | 2021-02-24 19:50:36 +0530 |
---|---|---|
committer | Jedi18 <targetakhil@gmail.com> | 2021-02-24 19:50:36 +0530 |
commit | 68c999e5f46d8107cb14cd947098e45869c44c91 (patch) | |
tree | 4c31e4ef667063b8a65beb2ee270dcd22092889e /resources/qml/TimelineView.qml | |
parent | added margins and ui changes for quickswitcher and completer (diff) | |
download | nheko-68c999e5f46d8107cb14cd947098e45869c44c91.tar.xz |
remove old quick switcher
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 02032393..4415037c 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -76,7 +76,7 @@ Page { } Shortcut { - sequence: "Ctrl+L" + sequence: "Ctrl+K" onActivated: { var quickSwitch = quickSwitcherComponent.createObject(timelineRoot); TimelineManager.focusTimeline() |