summaryrefslogtreecommitdiffstats
path: root/examples/quick/quicknanobrowser/quickwindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/quicknanobrowser/quickwindow.qml')
-rw-r--r--examples/quick/quicknanobrowser/quickwindow.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/quicknanobrowser/quickwindow.qml b/examples/quick/quicknanobrowser/quickwindow.qml
index 5b16527a7..63f86458e 100644
--- a/examples/quick/quicknanobrowser/quickwindow.qml
+++ b/examples/quick/quicknanobrowser/quickwindow.qml
@@ -64,6 +64,10 @@ ApplicationWindow {
}
}
Action {
+ shortcut: "Ctrl+R"
+ onTriggered: tabs.currentView.reload()
+ }
+ Action {
shortcut: "Ctrl+T"
onTriggered: {
tabs.createEmptyTab()