Update key bindings extraction
This commit is contained in:
parent
6319401d60
commit
73f2a6e90a
1 changed files with 3 additions and 3 deletions
|
@ -85,9 +85,9 @@ reindent:
|
|||
$(DATA)
|
||||
@find ../../data/schema -name \*.cfg -print0 | xargs -0 ./check_mixed_indent
|
||||
|
||||
# Extract a table of editor keybindings from the editor theme definition
|
||||
editor_bindings:
|
||||
@./extractbindings <../themes/editor.cfg
|
||||
# Extract a table of keybindings
|
||||
bindings:
|
||||
@./extractbindings < $(DATA)/core/hotkeys.cfg
|
||||
|
||||
# Look at the difficulty-rank order of the campaigns
|
||||
rank:
|
||||
|
|
Loading…
Add table
Reference in a new issue