aboutsummaryrefslogtreecommitdiff
path: root/emojitrans2.pl
diff options
context:
space:
mode:
authorMark E. Shoulson <mark@kli.org>2019-12-19 09:21:19 -0500
committerMark E. Shoulson <mark@kli.org>2020-05-11 10:58:06 -0400
commitda9918431d37f85a38c0e1ab7e4479996b757695 (patch)
treea5ffed1646594f409d5933f0e010684252e8a1c6 /emojitrans2.pl
parentAdd corners, etc. (diff)
downloaddotXCompose-da9918431d37f85a38c0e1ab7e4479996b757695.tar.gz
dotXCompose-da9918431d37f85a38c0e1ab7e4479996b757695.tar.bz2
dotXCompose-da9918431d37f85a38c0e1ab7e4479996b757695.zip
Fixed some .py utils to use python3; added a few chars.
After all, Python2 reaches EOL very soon! More emoji added. Also improved the Makefile. A few additions, improvements to translator.
Diffstat (limited to 'emojitrans2.pl')
-rwxr-xr-xemojitrans2.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/emojitrans2.pl b/emojitrans2.pl
index e3eec7c..420129f 100755
--- a/emojitrans2.pl
+++ b/emojitrans2.pl
@@ -38,6 +38,18 @@ BEGIN { binmode(STDOUT, ":utf8");
'*' => 'asterisk',
'&' => 'ampersand',
'♫' => 'Multi_key',
+ '←' => 'Left',
+ '→' => 'Right',
+ '↑' => 'Up',
+ '↓' => 'Down',
+ '⇐' => 'BackSpace',
+ '⇤' => 'Home',
+ '⇥' => 'End',
+ '⇑' => 'Prior', # PageUp
+ '⇓' => 'Next', # PageDown
+ '↵' => 'Return',
+ '∇' => 'Delete', # Del, get it?
+ '˅' => 'Insert', # it'll do.
);
sub splitup {