browser: use m instead of § to change render mode
This commit is contained in:
parent
a2051e082d
commit
3d73d14983
|
@ -258,7 +258,7 @@ class Browser:
|
|||
self.edit_page()
|
||||
elif char == ord("y"):
|
||||
self.open_history()
|
||||
elif char == ord("§"):
|
||||
elif char == ord("m"):
|
||||
self.toggle_render_mode()
|
||||
elif char == ord("/"):
|
||||
self.search_in_page()
|
||||
|
|
|
@ -38,7 +38,7 @@ Keybinds using the SHIFT key are written uppercase. Keybinds using the ALT (or M
|
|||
* y: open history
|
||||
* digits: go to the corresponding link ID
|
||||
* escape: reset status line text
|
||||
* section sign (§): toggle between render modes for the current page
|
||||
* m: use another render mode for the current page
|
||||
* slash (/): search for some text
|
||||
* n: go to next search result
|
||||
* N: go to previous search result
|
||||
|
|
Reference in a new issue