diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-09-05 12:47:27 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-09-05 12:47:27 -0700 |
commit | e0f750913fa653c03a666203e04c59e847e73bff (patch) | |
tree | 037a1062d40b54331ee0cbe797b5bd8ede551180 /commands.lua | |
parent | fc98407c930f1ba48a48657031bae06991666449 (diff) | |
parent | fdb35ce12bd8b2e30522ada07ec756a626d01a09 (diff) | |
download | view.love-e0f750913fa653c03a666203e04c59e847e73bff.tar.gz |
Merge lines.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 |