mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-11 19:00:04 +01:00
fix DEFAULT_CONTROLS problems + update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user