Let spacebar also be used to pause.
This commit is contained in:
parent
88682bb82f
commit
9c81077812
1 changed files with 1 additions and 1 deletions
|
|
@ -1022,7 +1022,7 @@ class Screen:
|
|||
({"home", "ctrl a"}, cursor_home),
|
||||
({"end", "ctrl e"}, cursor_end), ({"n"}, move_to_next_issue),
|
||||
({"N"}, move_to_next_issue_of_tool), ({"e"}, edit_file),
|
||||
({"q"}, quit_), ({"p"}, toggle_pause), ({"r"}, refresh),
|
||||
({"q"}, quit_), ({"p", " "}, toggle_pause), ({"r"}, refresh),
|
||||
({"R"}, refresh_tool), ({"tab"}, toggle_focus),
|
||||
({"f"}, toggle_fullscreen), ("x", xdg_open)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue