images of keybindings

This commit is contained in:
2024-05-28 09:30:05 +02:00
parent 7f715f7130
commit 70fc684a37
9 changed files with 1 additions and 1 deletions

View File

@@ -412,7 +412,7 @@ if __name__ == "__main__":
kb_map = get_kb_map(config_path)
for modifier, keys in kb_map.items():
if not modifier:
filename = "no_modifier.png"
filename = "keybinding_no_modifier.png"
else:
filename = "keybinding_{}.png".format(modifier)