diff options
author | Sewef <elagroum@gmail.com> | 2021-04-20 13:31:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 13:31:06 +0200 |
commit | 9c1b7201d564f342e67adeb0f73f5b81d70b5c88 (patch) | |
tree | e0db71446b5c12bfbc4b31887fee52d875ee474e | |
parent | a005118d7f83a12b73361c3655812e437201146b (diff) |
Add missing char in charmap
French go baguette
-rw-r--r-- | charmap.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/charmap.txt b/charmap.txt index 16e47a252..8159764d5 100644 --- a/charmap.txt +++ b/charmap.txt @@ -59,6 +59,10 @@ UP_ARROW = 79 DOWN_ARROW = 7A LEFT_ARROW = 7B RIGHT_ARROW = 7C +SUPER_E = 84 +'<' = 85 +'>' = 86 +SUPER_RE = A0 '0' = A1 '1' = A2 '2' = A3 |