From 2f2735388fc48afa5bca0246efb8f50ae1fc4bd9 Mon Sep 17 00:00:00 2001
From: Zeno Albisser <zeno.albisser@digia.com>
Date: Thu, 6 Feb 2014 11:59:38 +0100
Subject: [PATCH] Add Ctrl+R shortcut for reload.

Change-Id: Ia7bb688e3ace174da7fd5957a35f47f9b886952f
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
---
 examples/quick/quicknanobrowser/quickwindow.qml | 4 ++++
 1 file changed, 4 insertions(+)

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
@@ -63,6 +63,10 @@ ApplicationWindow {
             addressBar.selectAll();
         }
     }
+    Action {
+        shortcut: "Ctrl+R"
+        onTriggered: tabs.currentView.reload()
+    }
     Action {
         shortcut: "Ctrl+T"
         onTriggered: {
-- 
GitLab