From ae4b90c411d444e9c2595ecc917748b285e4c986 Mon Sep 17 00:00:00 2001 From: "Mark E. Shoulson" Date: Tue, 18 Aug 2020 19:16:06 -0400 Subject: A few set-related things, roman numerals. --- dotXCompose | 5 ++++- emojitrans2.pl | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dotXCompose b/dotXCompose index 106e4fe..7849db3 100644 --- a/dotXCompose +++ b/dotXCompose @@ -277,7 +277,6 @@ include "%L" : "Ꝛ" UA75A # LATIN CAPITAL LETTER R ROTUNDA # something, anyway. <0> : "Ꝛ" UA75A # LATIN CAPITAL LETTER R ROTUNDA - # Custom additions: Mathematical symbols : "≠" U2260 # NOT EQUAL TO : "≠" U2260 # NOT EQUAL TO @@ -340,6 +339,8 @@ include "%L" : "⊆" U2286 # SUBSET OF OR EQUAL TO : "⊄" U2284 # NOT A SUBSET OF : "⊄" U2284 # NOT A SUBSET OF + : "⊅" U2285 # NOT A SUPERSET OF + : "⊅" U2285 # NOT A SUPERSET OF : "⊃" U2283 # SUPERSET OF : "⊇" U2287 # SUPERSET OF OR EQUAL TO : "∃" U2203 # THERE EXISTS @@ -705,6 +706,7 @@ include "%L" : "Ⅹ" U2169 # ROMAN NUMERAL TEN : "Ⅼ" U216C # ROMAN NUMERAL FIFTY : "Ⅽ" U216D # ROMAN NUMERAL ONE HUNDRED + : "Ↄ" U2183 # ROMAN NUMERAL REVERSED ONE HUNDRED : "Ⅾ" U216E # ROMAN NUMERAL FIVE HUNDRED : "Ⅿ" U216F # ROMAN NUMERAL ONE THOUSAND <0> : "ↀ" U2180 # ROMAN NUMERAL ONE THOUSAND C D @@ -979,6 +981,7 @@ include "%L" : "ʕ" U0295 # LATIN LETTER PHARYNGEAL VOICED FRICATIVE # Not great keystrokes... : "ʖ" U0296 # LATIN LETTER INVERTED GLOTTAL STOP + : "ʖ" U0296 # LATIN LETTER INVERTED GLOTTAL STOP : "ʡ" U02A1 # LATIN LETTER GLOTTAL STOP WITH STROKE : "ʢ" U02A2 # LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE # How about ɸ? φ isn’t the IPA glyph. diff --git a/emojitrans2.pl b/emojitrans2.pl index 4ee9eac..4f70288 100755 --- a/emojitrans2.pl +++ b/emojitrans2.pl @@ -50,6 +50,9 @@ BEGIN { binmode(STDOUT, ":utf8"); '↵' => 'Return', '∇' => 'Delete', # Del, get it? '˅' => 'Insert', # it'll do. + '˃' => 'Control_R', + '˂' => 'Control_L', + # Function-keys? ¹ ²..ˣ ᵉ ᵗ? ); $specials = join "", keys %specials; -- cgit v1.2.3