Skip to content

Commit

Permalink
Added display of extra key "SPACE" as "␣" (U+2423). Referenced from h…
Browse files Browse the repository at this point in the history
  • Loading branch information
cymok committed Nov 6, 2024
1 parent fb01127 commit 045e180
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public static class EXTRA_KEY_DISPLAY_MAPS {
put("KEYBOARD", "⌨"); // U+2328 ⌨ KEYBOARD not well known but easy to understand
put("PASTE", "⎘"); // U+2398
put("SCROLL", "⇳"); // U+21F3
put("SPACE", "␣"); // U+2423
}};

public static final ExtraKeyDisplayMap LESS_KNOWN_CHARACTERS_DISPLAY = new ExtraKeyDisplayMap() {{
Expand Down

0 comments on commit 045e180

Please sign in to comment.