diff options
Diffstat (limited to 'commands.lua')
-rw-r--r-- | commands.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.lua b/commands.lua index 67ddef9..dd096ac 100644 --- a/commands.lua +++ b/commands.lua @@ -23,6 +23,7 @@ function source.draw_menu_bar() else add_hotkey_to_menu('ctrl+l: show log browser') end + add_hotkey_to_menu('ctrl+k: clear logs') if Editor_state.expanded then add_hotkey_to_menu('alt+b: collapse debug prints') else |