Skip to content

Commit

Permalink
Correct up/right arrow key swap
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Oct 3, 2024
1 parent 0efc043 commit ac6d1ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions glyphs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2477,19 +2477,19 @@
{
"code": "U+23F5",
"category": "keyboard",
"name": "Arrow Up",
"name": "Arrow Right",
"character": "",
"codepoint": 9205,
"code-name": "keyboard-up",
"code-name": "keyboard-right",
"tags": []
},
{
"code": "U+23F6",
"category": "keyboard",
"name": "Arrow Right",
"name": "Arrow Up",
"character": "",
"codepoint": 9206,
"code-name": "keyboard-right",
"code-name": "keyboard-up",
"tags": []
},
{
Expand Down Expand Up @@ -4238,4 +4238,4 @@
"code-name": "icon-shopping-cart",
"tags": []
}
]
]

0 comments on commit ac6d1ef

Please sign in to comment.