Rename turn action to orient.
This commit is contained in:
parent
15cbe17b5c
commit
85013e605a
2 changed files with 5 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ KEYS_DOC = """Keys:
|
|||
tab - Change the focus between summary and result pane.
|
||||
*h - Show the help screen. (toggle)
|
||||
*q - Quit.
|
||||
*t - Turn the result pane to portrait or landscape orientation. (toggle)
|
||||
*o - Orient the result pane as portrait or landscape. (toggle)
|
||||
*l - Show the activity log. (toggle)
|
||||
*e - Edit the current file with an editor defined by -e, $EDITOR or $VISUAL.
|
||||
*n - Move to the next issue.
|
||||
|
|
@ -949,7 +949,7 @@ class Screen:
|
|||
"line " + str(y+1))
|
||||
|
||||
_STATUS_BAR = highlight_chars(
|
||||
" *help *quit *t*a*b:focus *turn *log *edit *next *sort"
|
||||
" *help *quit *t*a*b:focus *orient *log *edit *next *sort"
|
||||
" *refresh *fullscreen *xdg-open", Log._GREEN_STYLE)
|
||||
|
||||
@functools.lru_cache()
|
||||
|
|
@ -1000,7 +1000,7 @@ class Screen:
|
|||
else fill3.appearance_resize(result, dimensions))
|
||||
|
||||
_KEY_DATA = [
|
||||
({"t"}, toggle_window_orientation), ({"l"}, toggle_log),
|
||||
({"o"}, toggle_window_orientation), ({"l"}, toggle_log),
|
||||
({"h"}, toggle_help), ({"up"}, cursor_up),
|
||||
({"down"}, cursor_down), ({"left"}, cursor_left),
|
||||
({"right"}, cursor_right), ({"page down", "ctrl v"}, cursor_page_down),
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
│ tab - Change the focus between summary and result pane. │
|
||||
│ [m[38;2;0;255;0m[48;2;0;0;0mh[m[38;2;255;255;255m[48;2;0;0;0m - Show the help screen. (toggle) │
|
||||
│ [m[38;2;0;255;0m[48;2;0;0;0mq[m[38;2;255;255;255m[48;2;0;0;0m - Quit. │
|
||||
│ [m[38;2;0;255;0m[48;2;0;0;0mt[m[38;2;255;255;255m[48;2;0;0;0m - Turn the result pane to portrait or landscape orientation. (toggle) │
|
||||
│ [m[38;2;0;255;0m[48;2;0;0;0mo[m[38;2;255;255;255m[48;2;0;0;0m - Orient the result pane as portrait or landscape. (toggle) │
|
||||
│ [m[38;2;0;255;0m[48;2;0;0;0ml[m[38;2;255;255;255m[48;2;0;0;0m - Show the activity log. (toggle) │
|
||||
│ [m[38;2;0;255;0m[48;2;0;0;0me[m[38;2;255;255;255m[48;2;0;0;0m - Edit the current file with an editor defined by -e, $EDITOR or $VISUAL. │
|
||||
│ [m[38;2;0;255;0m[48;2;0;0;0mn[m[38;2;255;255;255m[48;2;0;0;0m - Move to the next issue. │
|
||||
|
|
@ -57,4 +57,4 @@
|
|||
│ │
|
||||
│ │
|
||||
└──────────────────────────────────────────────────────────────────────────────────────────────────┘
|
||||
[m[38;2;255;255;255m[48;2;76;76;76m [m[38;2;76;255;76m[48;2;76;76;76mh[m[38;2;255;255;255m[48;2;76;76;76melp [m[38;2;76;255;76m[48;2;76;76;76mq[m[38;2;255;255;255m[48;2;76;76;76muit [m[38;2;76;255;76m[48;2;76;76;76mtab[m[38;2;255;255;255m[48;2;76;76;76m:focus [m[38;2;76;255;76m[48;2;76;76;76mt[m[38;2;255;255;255m[48;2;76;76;76murn [m[38;2;76;255;76m[48;2;76;76;76ml[m[38;2;255;255;255m[48;2;76;76;76mog [m[38;2;76;255;76m[48;2;76;76;76me[m[38;2;255;255;255m[48;2;76;76;76mdit [m[38;2;76;255;76m[48;2;76;76;76mn[m[38;2;255;255;255m[48;2;76;76;76mext [m[38;2;76;255;76m[48;2;76;76;76ms[m[38;2;255;255;255m[48;2;76;76;76mort [m[38;2;76;255;76m[48;2;76;76;76mr[m[38;2;255;255;255m[48;2;76;76;76mefresh [m[38;2;76;255;76m[48;2;76;76;76mf[m[38;2;255;255;255m[48;2;76;76;76mullscreen [m[38;2;76;255;76m[48;2;76;76;76mx[m[38;2;255;255;255m[48;2;76;76;76mdg-open [m
|
||||
[m[38;2;255;255;255m[48;2;76;76;76m [m[38;2;76;255;76m[48;2;76;76;76mh[m[38;2;255;255;255m[48;2;76;76;76melp [m[38;2;76;255;76m[48;2;76;76;76mq[m[38;2;255;255;255m[48;2;76;76;76muit [m[38;2;76;255;76m[48;2;76;76;76mtab[m[38;2;255;255;255m[48;2;76;76;76m:focus [m[38;2;76;255;76m[48;2;76;76;76mo[m[38;2;255;255;255m[48;2;76;76;76mrient [m[38;2;76;255;76m[48;2;76;76;76ml[m[38;2;255;255;255m[48;2;76;76;76mog [m[38;2;76;255;76m[48;2;76;76;76me[m[38;2;255;255;255m[48;2;76;76;76mdit [m[38;2;76;255;76m[48;2;76;76;76mn[m[38;2;255;255;255m[48;2;76;76;76mext [m[38;2;76;255;76m[48;2;76;76;76ms[m[38;2;255;255;255m[48;2;76;76;76mort [m[38;2;76;255;76m[48;2;76;76;76mr[m[38;2;255;255;255m[48;2;76;76;76mefresh [m[38;2;76;255;76m[48;2;76;76;76mf[m[38;2;255;255;255m[48;2;76;76;76mullscreen [m[38;2;76;255;76m[48;2;76;76;76mx[m[38;2;255;255;255m[48;2;76;76;76mdg-open [m
|
||||
Loading…
Add table
Add a link
Reference in a new issue