diff --git a/docs/README.md b/docs/README.md
index 8b8106e8..a7404cb9 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -10,4 +10,7 @@
Understanding the key terms used in the Lot Occupancy System.
[**Map Images**](mapImages.md)
+How to create images compatible with the Lot Occupancy System.
+
+[**Keyboard Shortcuts**](shortcuts.md)
How to create images compatible with the Lot Occupancy System.
\ No newline at end of file
diff --git a/docs/shortcuts.md b/docs/shortcuts.md
new file mode 100644
index 00000000..d2bc3400
--- /dev/null
+++ b/docs/shortcuts.md
@@ -0,0 +1,47 @@
+[Home](https://cityssm.github.io/lot-occupancy-system/)
+•
+[Help](https://cityssm.github.io/lot-occupancy-system/docs/)
+
+# Keyboard Shortcuts
+
+Note that the keys needed to access the keyboard shortcuts
+vary by browser and operating system.
+
+For example, the Mozilla Firefox web browser running on Windows uses Shift + Alt,
+while most web browsers running on Mac machines use Control + Option.
+
+See [MDN's documentation on the accesskeys](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey)
+for assistance identifying the combination for your web browser - operating system combination.
+
+## All Pages
+
+| Shortcut Key | Description |
+| ------------ | ------------------------------------ |
+| 1 | Go to Work Order search. |
+| 2 | Go to Occupancy search. |
+| 3 | Go to Lot search. |
+| 4 | Go to Map search. |
+| h | Open the Help website. |
+| x | Log out of the Lot Occupancy System. |
+
+## Search Pages
+
+| Shortcut Key | Description |
+| ------------ | --------------------------------- |
+| n | Create a new record. |
+| f | Focus on the first search filter. |
+
+## View Pages
+
+| Shortcut Key | Description |
+| ------------------------------ | ----------------------------------------- |
+| e | Switch to edit mode. |
+| , (or <) | Move to previous record (when available). |
+| . (or >) | Move to next record (when available). |
+
+## Edit Pages
+
+| Shortcut Key | Description |
+| ------------ | ---------------------------------- |
+| f | Focus on the first editable field. |
+| v | Switch to view mode. |
diff --git a/views/_header.ejs b/views/_header.ejs
index 9941163a..0a354553 100644
--- a/views/_header.ejs
+++ b/views/_header.ejs
@@ -36,8 +36,14 @@