Make key code couples slightly clearer.

This commit is contained in:
Andrew Hamilton 2022-01-11 18:10:37 +10:00
parent c319762c4b
commit a167f54c43

View file

@ -35,13 +35,13 @@ Example:
# {PROJECT_NAME} project.py.bak project.py # {PROJECT_NAME} project.py.bak project.py
Keys: Keys:
Ctrl-x, Ctrl-s Save file. (Ctrl-x, Ctrl-s) Save file.
Alt-o Switch focus between editors. (toggle) Alt-o Switch focus between editors. (toggle)
Alt-up Move to previous difference. Alt-up Move to previous difference.
Alt-down Move to next difference. Alt-down Move to next difference.
Alt-c Change syntax highlighting theme. (cycle) Alt-c Change syntax highlighting theme. (cycle)
Alt-h Hide sub-highlighting of modifications. (toggle) Alt-h Hide sub-highlighting of modifications. (toggle)
Esc or Ctrl-x, Ctrl-c Quit. Esc or (Ctrl-x, Ctrl-c) Quit.
""" """