aboutsummaryrefslogtreecommitdiff
path: root/emojitrans2.pl
diff options
context:
space:
mode:
authorMark E. Shoulson <mark@kli.org>2020-08-18 19:16:06 -0400
committerMark E. Shoulson <mark@kli.org>2020-08-18 19:16:06 -0400
commitae4b90c411d444e9c2595ecc917748b285e4c986 (patch)
treee138a071b4087ff36ea967ae331f3930ccc644b0 /emojitrans2.pl
parentCreative Commons symbols and segmented digits. (diff)
downloaddotXCompose-ae4b90c411d444e9c2595ecc917748b285e4c986.tar.gz
dotXCompose-ae4b90c411d444e9c2595ecc917748b285e4c986.tar.bz2
dotXCompose-ae4b90c411d444e9c2595ecc917748b285e4c986.zip
A few set-related things, roman numerals.
Diffstat (limited to 'emojitrans2.pl')
-rwxr-xr-xemojitrans2.pl3
1 files changed, 3 insertions, 0 deletions
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;