Skip to content

Commit

Permalink
fix keys
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 21, 2023
1 parent d1b315a commit 7ccbd43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/squint/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,23 +170,23 @@ <h3 class="text-center sans-serif font-bold text-lg mt-0 mb-1">Try evaluating an
At Cursor
</td>
<td class="py-1 text-right">
<span class="kbd alt">Alt</span> + <span class="kbd"></span>
<span class="kbd mod">Mod</span> + <span class="kbd"></span>
</td>
</tr>
<tr class="border-t">
<td class="py-1 pr-12">
Top-level form
</td>
<td class="py-1 text-right">
<span class="kbd alt">Alt</span> + <span class="kbd"></span> + <span class="kbd"></span>
<span class="kbd alt">Mod</span> + <span class="kbd"></span> + <span class="kbd"></span>
</td>
</tr>
<tr class="border-t">
<td class="py-1 pr-12">
Cell
</td>
<td class="py-1 text-right">
<span class="kbd mod">Mod</span> + <span class="kbd"></span>
<span class="kbd alt">Alt</span> + <span class="kbd"></span>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 7ccbd43

Please sign in to comment.