aboutsummaryrefslogtreecommitdiff
path: root/emojitrans2.pl
diff options
context:
space:
mode:
authorMark E. Shoulson <mark@kli.org>2020-05-26 09:26:32 -0400
committerMark E. Shoulson <mark@kli.org>2021-07-20 15:13:33 -0400
commita9eb4a76b562cb63e619fd64bb56dcf88796e3a4 (patch)
treea5ffed1646594f409d5933f0e010684252e8a1c6 /emojitrans2.pl
parentFixed some .py utils to use python3; added a few chars. (diff)
parentFixed some .py utils to use python3; added a few chars. (diff)
downloaddotXCompose-a9eb4a76b562cb63e619fd64bb56dcf88796e3a4.tar.gz
dotXCompose-a9eb4a76b562cb63e619fd64bb56dcf88796e3a4.tar.bz2
dotXCompose-a9eb4a76b562cb63e619fd64bb56dcf88796e3a4.zip
Merge branch 'master'
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 {