diff --git a/js/templates/standard_shortcuts.html b/js/templates/standard_shortcuts.html
index 14bbed9..067efe1 100644
--- a/js/templates/standard_shortcuts.html
+++ b/js/templates/standard_shortcuts.html
@@ -16,6 +16,12 @@
| Drag & Drop Image File | Add image as a new layer |
+Undo & Redo
+
+ | Ctrl + Z | Undo last action |
+ | Ctrl + Y or Ctrl + Shift + Z | Redo last action |
+
+
Layer Interaction
| Click + Drag | Move selected layer(s) |
diff --git a/src/templates/standard_shortcuts.html b/src/templates/standard_shortcuts.html
index 14bbed9..067efe1 100644
--- a/src/templates/standard_shortcuts.html
+++ b/src/templates/standard_shortcuts.html
@@ -16,6 +16,12 @@
| Drag & Drop Image File | Add image as a new layer |
+Undo & Redo
+
+ | Ctrl + Z | Undo last action |
+ | Ctrl + Y or Ctrl + Shift + Z | Redo last action |
+
+
Layer Interaction
| Click + Drag | Move selected layer(s) |