trv

Merge lp:~veebers/trv/add-open-file-keyboard-shortcut into lp:trv

Proposed by Christopher Lee
Status: Needs review
Proposed branch: lp:~veebers/trv/add-open-file-keyboard-shortcut
Merge into: lp:trv
Diff against target: 12 lines (+2/-0)
1 file modified
trv/app.py (+2/-0)
To merge this branch: bzr merge lp:~veebers/trv/add-open-file-keyboard-shortcut
Reviewer Review Type Date Requested Status
Thomi Richards Pending
Review via email: mp+245541@code.launchpad.net

Commit message

The keyboard shortcut 'Ctrl+O' now opens the 'Open File' dialogue.

Description of the change

The keyboard shortcut 'Ctrl+O' now opens the 'Open File' dialogue.

To post a comment you must log in.

Unmerged revisions

27. By Christopher Lee

Adding bug no.

26. By Christopher Lee

Add open file keyboard shortcut.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'trv/app.py'
2--- trv/app.py 2014-12-05 03:05:55 +0000
3+++ trv/app.py 2015-01-05 02:23:54 +0000
4@@ -54,6 +54,8 @@
5 "Open From File",
6 )
7 open_file_action.triggered.connect(self.on_open_file)
8+ open_file_action.setShortcut("Ctrl+O")
9+
10 open_url_action = add_to_toolbar_and_menu(
11 fileMenu,
12 QtGui.QIcon.fromTheme("network"),

Subscribers

People subscribed via source and target branches

to all changes: