Skip to content

Commit

Permalink
Add left/right variants of keyboard modifiers
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
Shinmera committed Aug 1, 2024
1 parent 9eec699 commit 0085b7c
Show file tree
Hide file tree
Showing 9 changed files with 1,229 additions and 3 deletions.
63 changes: 63 additions & 0 deletions glyphs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2735,6 +2735,69 @@
"character": "",
"codepoint": 9282
},
{
"code": "U+244A",
"name": "Alt Gr",
"code-name": "keyboard-alt-gr",
"category": "keyboard",
"tags": [],
"character": "",
"codepoint": 9290
},
{
"code": "U+244B",
"name": "Left Alt",
"code-name": "keyboard-alt-l",
"category": "keyboard",
"tags": [],
"character": "",
"codepoint": 9291
},
{
"code": "U+244C",
"name": "Right Alt",
"code-name": "keyboard-alt-r",
"category": "keyboard",
"tags": [],
"character": "",
"codepoint": 9292
},
{
"code": "U+244D",
"name": "Left Ctrl",
"code-name": "keyboard-control-l",
"category": "keyboard",
"tags": [],
"character": "",
"codepoint": 9293
},
{
"code": "U+244E",
"name": "Right Ctrl",
"code-name": "keyboard-control-r",
"category": "keyboard",
"tags": [],
"character": "",
"codepoint": 9294
},
{
"code": "U+244F",
"name": "Left Shift",
"code-name": "keyboard-shift-l",
"category": "keyboard",
"tags": [],
"character": "",
"codepoint": 9295
},
{
"code": "U+2450",
"name": "Right Shift",
"code-name": "keyboard-shift-r",
"category": "keyboard",
"tags": [],
"character": "",
"codepoint": 9296
},
{
"character": "",
"code": "U+2460",
Expand Down
85 changes: 85 additions & 0 deletions glyphs/keyboard/alt-gr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions glyphs/keyboard/alt-l.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions glyphs/keyboard/alt-r.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0085b7c

Please sign in to comment.