Merge lp:~gusnan/sakura/fix_manpage_prev_next_tab_shortcuts into lp:~dabisu/sakura/sakura

Proposed by Andreas Rönnquist
Status: Merged
Merge reported by: David Gómez
Merged at revision: not available
Proposed branch: lp:~gusnan/sakura/fix_manpage_prev_next_tab_shortcuts
Merge into: lp:~dabisu/sakura/sakura
Diff against target: 14 lines (+2/-2)
1 file modified
sakura.pod (+2/-2)
To merge this branch: bzr merge lp:~gusnan/sakura/fix_manpage_prev_next_tab_shortcuts
Reviewer Review Type Date Requested Status
David Gómez Approve
Review via email: mp+384064@code.launchpad.net

Description of the change

Fixes manpage listing of default keyboard shortcuts for moving to
previous/next tab, from Alt-* which is incorrect to the correct
Ctrl-*.

To post a comment you must log in.
Revision history for this message
David Gómez (dabisu) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sakura.pod'
2--- sakura.pod 2020-05-06 07:17:52 +0000
3+++ sakura.pod 2020-05-17 21:38:49 +0000
4@@ -162,8 +162,8 @@
5 Ctrl + Shift + W -> Close current tab
6 Ctrl + Shift + C -> Copy selected text
7 Ctrl + Shift + V -> Paste selected text
8- Alt + Left cursor -> Previous tab
9- Alt + Right cursor -> Next tab
10+ Ctrl + Left cursor -> Previous tab
11+ Ctrl + Right cursor -> Next tab
12 Alt + [1-9] -> Switch to tab N (1-9)
13 Ctrl + Shift + S -> Toggle scrollbar
14 Ctrl + Shift + Mouse left button -> Open link

Subscribers

People subscribed via source and target branches