about summary refs log tree commit diff stats
path: root/commands.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-09-05 12:47:27 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-09-05 12:47:27 -0700
commite0f750913fa653c03a666203e04c59e847e73bff (patch)
tree037a1062d40b54331ee0cbe797b5bd8ede551180 /commands.lua
parentfc98407c930f1ba48a48657031bae06991666449 (diff)
parentfdb35ce12bd8b2e30522ada07ec756a626d01a09 (diff)
downloadview.love-e0f750913fa653c03a666203e04c59e847e73bff.tar.gz
Merge lines.love
Diffstat (limited to 'commands.lua')
-rw-r--r--commands.lua2
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