Merge lp:~jeremywootten/pantheon-files/fix-1411161-F9-show-hide-sidebar into lp:~elementary-apps/pantheon-files/trunk

Proposed by Jeremy Wootten
Status: Merged
Approved by: Cody Garver
Approved revision: 1849
Merged at revision: 1850
Proposed branch: lp:~jeremywootten/pantheon-files/fix-1411161-F9-show-hide-sidebar
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/View/Window.vala (+1/-1)
To merge this branch: bzr merge lp:~jeremywootten/pantheon-files/fix-1411161-F9-show-hide-sidebar
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+261244@code.launchpad.net

Commit message

Show/hide sidebar with F9 key (lp:1411161)

Description of the change

This branch adds F9 as an accelerator for the show/hide sidebar action.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/View/Window.vala'
2--- src/View/Window.vala 2015-06-01 10:41:58 +0000
3+++ src/View/Window.vala 2015-06-05 16:01:25 +0000
4@@ -979,7 +979,7 @@
5 application.set_accels_for_action ("win.zoom::ZOOM_IN", {"<Ctrl>plus", "<Ctrl>equal"});
6 application.set_accels_for_action ("win.zoom::ZOOM_OUT", {"<Ctrl>minus"});
7 application.set_accels_for_action ("win.zoom::ZOOM_NORMAL", {"<Ctrl>0"});
8- application.set_accels_for_action ("win.show_sidebar", {"<Ctrl>B"});
9+ application.set_accels_for_action ("win.show_sidebar", {"<Ctrl>B", "F9"});
10 application.set_accels_for_action ("win.show_hidden", {"<Ctrl>H"});
11 application.set_accels_for_action ("win.refresh", {"<Ctrl>R", "F5"});
12 application.set_accels_for_action ("win.go_to::HOME", {"<Alt>Home"});

Subscribers

People subscribed via source and target branches

to all changes: