Add block info keybind (#4284)
* Add block info keybind * Change block info keybind to backtick * Change block info keybind to F1
This commit is contained in:
@@ -60,6 +60,7 @@ public enum Binding implements KeyBind{
|
||||
minimap(KeyCode.m),
|
||||
research(KeyCode.b),
|
||||
planet_map(KeyCode.n),
|
||||
block_info(KeyCode.f1),
|
||||
toggle_menus(KeyCode.c),
|
||||
screenshot(KeyCode.p),
|
||||
toggle_power_lines(KeyCode.f5),
|
||||
|
||||
Reference in New Issue
Block a user