Add bindings page

This commit is contained in:
Maze
2022-01-05 14:38:29 +00:00
parent 4cffbaa68d
commit 2113327d42
3 changed files with 154 additions and 0 deletions

View File

@@ -232,6 +232,9 @@ class Keys:
# Key chords can be defined by having up to four shortcuts
# separated by commas in a string, e.g. for ["Ctrl+A,B"], Ctrl+A then B
# would need to be pressed.
#
# A list of default bindings can be found at:
# https://github.com/mirukana/mirage/blob/master/docs/KEYBINDINGS.md
# Helper functions