summaryrefslogtreecommitdiff
path: root/src/include/keybinds.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2023-01-03 16:40:57 -0500
committerFox Caminiti <fox@foxcam.net>2023-01-03 16:40:57 -0500
commita37ea807e93886e6a6ebc22a878a5649e97f015a (patch)
treec5af6ddc8544d97e38276bc1b83dbf1b29a8180b /src/include/keybinds.h
parent375c120d30456738897c4bd775e38aa1db7d239c (diff)
shape layer work
Diffstat (limited to 'src/include/keybinds.h')
-rw-r--r--src/include/keybinds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/keybinds.h b/src/include/keybinds.h
index 3fe5f64..7ea0499 100644
--- a/src/include/keybinds.h
+++ b/src/include/keybinds.h
@@ -30,6 +30,7 @@ static shortcut_entry ShortcutArray[] {
{ ImGuiKey_E, Mod_None, key_mode_all, "Step forward one frame" },
{ ImGuiKey_V, Mod_None, key_mode_all, "Move tool" },
{ ImGuiKey_B, Mod_None, key_mode_all, "Brush tool" },
+ { ImGuiKey_D, Mod_None, key_mode_all, "Pen tool" },
{ ImGuiKey_Space, Mod_None, key_mode_all, "Play scene" },
{ ImGuiKey_Delete, Mod_None, key_mode_all, "Delete selection (WIP)" },
{ ImGuiKey_S, Mod_Ctrl, key_mode_all, "Save" },