Commit 2f273538 authored by Zeno Albisser's avatar Zeno Albisser Committed by The Qt Project
Browse files

Add Ctrl+R shortcut for reload.


Change-Id: Ia7bb688e3ace174da7fd5957a35f47f9b886952f
Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
Showing with 4 additions and 0 deletions
......@@ -63,6 +63,10 @@ ApplicationWindow {
addressBar.selectAll();
}
}
Action {
shortcut: "Ctrl+R"
onTriggered: tabs.currentView.reload()
}
Action {
shortcut: "Ctrl+T"
onTriggered: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment