aboutsummaryrefslogtreecommitdiff
path: root/emojitrans2.pl
diff options
context:
space:
mode:
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;