diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-09-05 12:50:33 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-09-05 12:50:33 -0700 |
commit | 569f34fb5b23dc68cbb9be431c14050a0b194945 (patch) | |
tree | 2c758c926bb447403aa8588fa293e3e32d88d086 /commands.lua | |
parent | 386c4c1967a9790d14e9e01195a35a57528b8b3b (diff) | |
parent | e0f750913fa653c03a666203e04c59e847e73bff (diff) | |
download | view.love-569f34fb5b23dc68cbb9be431c14050a0b194945.tar.gz |
Merge text.love
Diffstat (limited to 'commands.lua')
-rw-r--r-- | commands.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.lua b/commands.lua index 037205f..730fffc 100644 --- a/commands.lua +++ b/commands.lua @@ -28,7 +28,7 @@ function source.draw_menu_bar() else add_hotkey_to_menu('ctrl+b: expand debug prints') end - add_hotkey_to_menu('ctrl+d: create/edit debug print') + add_hotkey_to_menu('ctrl+i: create/edit debug print') add_hotkey_to_menu('ctrl+f: find in file') add_hotkey_to_menu('alt+left alt+right: prev/next word') elseif Focus == 'log_browser' then |