summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-24 19:50:36 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-24 19:50:36 +0530
commit68c999e5f46d8107cb14cd947098e45869c44c91 (patch)
tree4c31e4ef667063b8a65beb2ee270dcd22092889e /resources/qml/TimelineView.qml
parentadded margins and ui changes for quickswitcher and completer (diff)
downloadnheko-68c999e5f46d8107cb14cd947098e45869c44c91.tar.xz
remove old quick switcher
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml2
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()