fix DEFAULT_CONTROLS problems + update

This commit is contained in:
Tristan Rowley
2020-03-18 22:16:48 +00:00
parent 6de52d9a0a
commit 593d39aca5
3 changed files with 328 additions and 215 deletions

View File

@@ -8,7 +8,7 @@ def generate_mappings_doc(title, mappings, column_one_header="Note/CC"):
output += ("| --- " * 4) + " |\n"
for message, maps in sorted(mappings.items()):
#output += "| %s | " % message
for mode, actions in maps.items():
for mode, actions in sorted(maps.items()):
output += "| "
output += "%s\t| " % message
output += "%s\t| " % mode