diff --git a/src/routes/_components/ShortcutHelpInfo.html b/src/routes/_components/ShortcutHelpInfo.html
new file mode 100644
index 0000000..062bae5
--- /dev/null
+++ b/src/routes/_components/ShortcutHelpInfo.html
@@ -0,0 +1,49 @@
+
+
Hotkeys
+
+
+ - s to search
+ - g + h to go home
+ - g + n to go to the notifications page
+ - g + l to go to the local stream page
+ - g + t to go to the federated stream page
+ - g + c to go to the community page
+ - j or ↓ to activate the next status
+ - k or ↑ to activate the previous status
+ - o to open the active status
+ - f to favorite the active status
+ - b to boost the active status
+ - r to reply to the active status
+ - x to show or hide text behind content warning in the active status
+ - y to show or hide sensitive media in the active status
+ - h or ? to toggle the help dialog
+ - Backspace to go back, close dialogs
+
+
+
+
diff --git a/src/routes/_components/dialog/components/ShortcutHelpDialog.html b/src/routes/_components/dialog/components/ShortcutHelpDialog.html
index 59dbc08..09c430e 100644
--- a/src/routes/_components/dialog/components/ShortcutHelpDialog.html
+++ b/src/routes/_components/dialog/components/ShortcutHelpDialog.html
@@ -5,49 +5,13 @@
muted="true"
className="shortcut-help-modal-dialog">
- Keyboard Shortcuts
-
-
- - s to search
- - g + h to go home
- - g + n to go to the notifications page
- - g + l to go to the local stream page
- - g + t to go to the federated stream page
- - g + c to go to the community page
- - j or ↓ to activate the next status
- - k or ↑ to activate the previous status
- - o to open the active status
- - f to favorite the active status
- - b to boost the active status
- - r to reply to the active status
- - x to show or hide text behind content warning in the active status
- - y to show or hide sensitive media in the active status
- - h or ? to toggle this dialog
- - Backspace to go back, close dialogs
-
+
-
diff --git a/src/routes/_pages/settings/index.html b/src/routes/_pages/settings/index.html
index 015373b..e1f97c2 100644
--- a/src/routes/_pages/settings/index.html
+++ b/src/routes/_pages/settings/index.html
@@ -4,6 +4,7 @@
+
@@ -20,4 +21,4 @@
SettingsListItem
}
}
-
\ No newline at end of file
+
diff --git a/src/routes/settings/hotkeys.html b/src/routes/settings/hotkeys.html
new file mode 100644
index 0000000..e50cf73
--- /dev/null
+++ b/src/routes/settings/hotkeys.html
@@ -0,0 +1,20 @@
+
+
+
+
+