Skip to content

Commit

Permalink
filter out unmanageable non-BMP codes from compose keys list
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Oct 19, 2024
1 parent 0d0a600 commit 99474bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 0 additions & 13 deletions src/composed.t
Original file line number Diff line number Diff line change
Expand Up @@ -2541,19 +2541,6 @@
{{0x11EC, 0x11A8}, "ᇭ"},
{{0x11F0, 0x11BA}, "ᇱ"},
{{0x11F0, 0x11EB}, "ᇲ"},
{{0x1D157, 0x1D165}, "𝅗𝅥"},
{{0x1D158, 0x1D165}, "𝅘𝅥"},
{{0x1D15F, 0x1D16E}, "𝅘𝅥𝅮"},
{{0x1D15F, 0x1D16F}, "𝅘𝅥𝅯"},
{{0x1D15F, 0x1D170}, "𝅘𝅥𝅰"},
{{0x1D15F, 0x1D171}, "𝅘𝅥𝅱"},
{{0x1D15F, 0x1D172}, "𝅘𝅥𝅲"},
{{0x1D1B9, 0x1D165}, "𝆹𝅥"},
{{0x1D1BA, 0x1D165}, "𝆺𝅥"},
{{0x1D1BB, 0x1D16E}, "𝆹𝅥𝅮"},
{{0x1D1BB, 0x1D16F}, "𝆹𝅥𝅯"},
{{0x1D1BC, 0x1D16E}, "𝆺𝅥𝅮"},
{{0x1D1BC, 0x1D16F}, "𝆺𝅥𝅯"},
{{0x2190, 0x007C}, "⍅"},
{{0x2190, 0x2395}, "⍇"},
{{0x2191, 0x002D}, "⍏"},
Expand Down
1 change: 1 addition & 0 deletions src/mkcomposedt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ sed -e 's,[ ]*:,:,' |
sed -e 's/^<Multi_key> \([^:]*\): *"\(.*\)".*/{\1},"\2"/' -e t -e d |
sed -e 's/ /, /g' -e 's,^, {,' -e 's/},/}, /' -e 's/$/},/' |
sed -f keysyms.sed -e 's,<U\([0-9A-Fa-f]*\)>,0x\1,g' -e '/<.*>/ d' |
grep -v "0x[0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f]" |
sort | uniq

0 comments on commit 99474bb

Please sign in to comment.