Skip to content

Commit 0f35094

Browse files
Deploy docs from a053fec
1 parent 922e897 commit 0f35094

17 files changed

Lines changed: 80 additions & 24 deletions

comments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 id="related">Related</h2>
150150
</article>
151151

152152
<footer class="footer">
153-
<p>Last updated: 2025-12-11</p>
153+
<p>Last updated: 2025-12-12</p>
154154
<div class="badges">
155155
<span>MADE WITH ♥</span>
156156
<span>HTML 4.0</span>

configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2 id="related">Related</h2>
126126
</article>
127127

128128
<footer class="footer">
129-
<p>Last updated: 2025-12-11</p>
129+
<p>Last updated: 2025-12-12</p>
130130
<div class="badges">
131131
<span>MADE WITH ♥</span>
132132
<span>HTML 4.0</span>

contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h2 id="contact">Contact</h2>
200200
</article>
201201

202202
<footer class="footer">
203-
<p>Last updated: 2025-12-11</p>
203+
<p>Last updated: 2025-12-12</p>
204204
<div class="badges">
205205
<span>MADE WITH ♥</span>
206206
<span>HTML 4.0</span>

export.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2 id="related">Related</h2>
176176
</article>
177177

178178
<footer class="footer">
179-
<p>Last updated: 2025-12-11</p>
179+
<p>Last updated: 2025-12-12</p>
180180
<div class="badges">
181181
<span>MADE WITH ♥</span>
182182
<span>HTML 4.0</span>

faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h2 id="still-have-questions">Still Have Questions?</h2>
170170
</article>
171171

172172
<footer class="footer">
173-
<p>Last updated: 2025-12-11</p>
173+
<p>Last updated: 2025-12-12</p>
174174
<div class="badges">
175175
<span>MADE WITH ♥</span>
176176
<span>HTML 4.0</span>

file-format.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h2 id="related">Related</h2>
188188
</article>
189189

190190
<footer class="footer">
191-
<p>Last updated: 2025-12-11</p>
191+
<p>Last updated: 2025-12-12</p>
192192
<div class="badges">
193193
<span>MADE WITH ♥</span>
194194
<span>HTML 4.0</span>

first-document.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h2 id="next-steps">Next Steps</h2>
173173
</article>
174174

175175
<footer class="footer">
176-
<p>Last updated: 2025-12-11</p>
176+
<p>Last updated: 2025-12-12</p>
177177
<div class="badges">
178178
<span>MADE WITH ♥</span>
179179
<span>HTML 4.0</span>

formatting.html

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ <h3 id="italic">Italic</h3>
4545
<h3 id="strikethrough">Strikethrough</h3>
4646
<ul>
4747
<li><strong>Toolbar:</strong> Click <del>S</del></li>
48+
<li><strong>Shortcut:</strong> <code>Ctrl+Shift+X</code></li>
4849
<li><strong>Markdown:</strong> <code>~~strikethrough~~</code></li>
4950
</ul>
5051
<h3 id="underline">Underline</h3>
@@ -199,25 +200,41 @@ <h2 id="keyboard-shortcuts-summary">Keyboard Shortcuts Summary</h2>
199200
<td><code>Ctrl+U</code></td>
200201
</tr>
201202
<tr class="even">
203+
<td>Strikethrough</td>
204+
<td><code>Ctrl+Shift+X</code></td>
205+
</tr>
206+
<tr class="odd">
202207
<td>Undo</td>
203208
<td><code>Ctrl+Z</code></td>
204209
</tr>
205-
<tr class="odd">
210+
<tr class="even">
206211
<td>Redo</td>
207212
<td><code>Ctrl+Y</code></td>
208213
</tr>
214+
<tr class="odd">
215+
<td>Find</td>
216+
<td><code>Ctrl+F</code></td>
217+
</tr>
209218
<tr class="even">
219+
<td>Find &amp; Replace</td>
220+
<td><code>Ctrl+H</code></td>
221+
</tr>
222+
<tr class="odd">
210223
<td>New Document</td>
211224
<td><code>Ctrl+N</code></td>
212225
</tr>
213-
<tr class="odd">
226+
<tr class="even">
214227
<td>Open Document</td>
215228
<td><code>Ctrl+O</code></td>
216229
</tr>
217-
<tr class="even">
230+
<tr class="odd">
218231
<td>Save Document</td>
219232
<td><code>Ctrl+S</code></td>
220233
</tr>
234+
<tr class="even">
235+
<td>Save As</td>
236+
<td><code>Ctrl+Shift+S</code></td>
237+
</tr>
221238
<tr class="odd">
222239
<td>Close Document</td>
223240
<td><code>Ctrl+W</code></td>
@@ -228,7 +245,11 @@ <h2 id="keyboard-shortcuts-summary">Keyboard Shortcuts Summary</h2>
228245
</tr>
229246
<tr class="odd">
230247
<td>Previous Tab</td>
231-
<td><code>Shift+Ctrl+Tab</code></td>
248+
<td><code>Ctrl+Shift+Tab</code></td>
249+
</tr>
250+
<tr class="even">
251+
<td>Shortcuts Cheat Sheet</td>
252+
<td><code>Alt+Shift+K</code></td>
232253
</tr>
233254
</tbody>
234255
</table>
@@ -237,7 +258,7 @@ <h2 id="keyboard-shortcuts-summary">Keyboard Shortcuts Summary</h2>
237258
</article>
238259

239260
<footer class="footer">
240-
<p>Last updated: 2025-12-11</p>
261+
<p>Last updated: 2025-12-12</p>
241262
<div class="badges">
242263
<span>MADE WITH ♥</span>
243264
<span>HTML 4.0</span>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h3 id="version-01999-december-2025">Version 0.1.999 (December
134134
</article>
135135

136136
<footer class="footer">
137-
<p>Last updated: 2025-12-11</p>
137+
<p>Last updated: 2025-12-12</p>
138138
<div class="badges">
139139
<span>MADE WITH ♥</span>
140140
<span>HTML 4.0</span>

installation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2 id="next-steps">Next Steps</h2>
111111
</article>
112112

113113
<footer class="footer">
114-
<p>Last updated: 2025-12-11</p>
114+
<p>Last updated: 2025-12-12</p>
115115
<div class="badges">
116116
<span>MADE WITH ♥</span>
117117
<span>HTML 4.0</span>

0 commit comments

Comments
 (0)