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
=== modified file 'sakura.pod'
--- sakura.pod 2020-05-06 07:17:52 +0000
+++ sakura.pod 2020-05-17 21:38:49 +0000
@@ -162,8 +162,8 @@
162 Ctrl + Shift + W -> Close current tab162 Ctrl + Shift + W -> Close current tab
163 Ctrl + Shift + C -> Copy selected text163 Ctrl + Shift + C -> Copy selected text
164 Ctrl + Shift + V -> Paste selected text164 Ctrl + Shift + V -> Paste selected text
165 Alt + Left cursor -> Previous tab165 Ctrl + Left cursor -> Previous tab
166 Alt + Right cursor -> Next tab166 Ctrl + Right cursor -> Next tab
167 Alt + [1-9] -> Switch to tab N (1-9)167 Alt + [1-9] -> Switch to tab N (1-9)
168 Ctrl + Shift + S -> Toggle scrollbar168 Ctrl + Shift + S -> Toggle scrollbar
169 Ctrl + Shift + Mouse left button -> Open link169 Ctrl + Shift + Mouse left button -> Open link

Subscribers

People subscribed via source and target branches