Skip to content

Commit

Permalink
Merge pull request #58 from typejade/keyboard-keys
Browse files Browse the repository at this point in the history
Add various keyboard keys
  • Loading branch information
samwho committed Apr 24, 2024
2 parents 80693b0 + ea18973 commit c916d51
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,20 @@ const symbols = [
},
{
glyph: "⌥",
name: "Option"
name: "Option Key"
},
{
glyph: "⇪",
name: "Caps Lock (Upwards White Arrow from Bar)"
},
{
glyph: "⇧",
name: "Shift (Upwards White Arrow)"
},
{
glyph: "⌃",
name: "Control (Up Arrowhead)",
searchTerms: ["ctrl"]
},
{
glyph: "þ",
Expand Down

0 comments on commit c916d51

Please sign in to comment.