From ca728eff3480d351908ce85266da0956e66c1698 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 7 Jan 2011 01:15:08 +0100 Subject: [PATCH] unicode: representations of common android control keys --- unicode-table.inc.pl | 1 + unicode.plp | 1 + 2 files changed, 2 insertions(+) diff --git a/unicode-table.inc.pl b/unicode-table.inc.pl index 941003f..b197406 100644 --- a/unicode-table.inc.pl +++ b/unicode-table.inc.pl @@ -40,6 +40,7 @@ keys => { control => [qw{. ⎈ ⌥ ⌘ ⎄ }], # ctrl, option, cmd, compose command => [qw{. ↵ ⎋ ⎉ ⎊ }], # enter, esc, pause, break player => [qw{. ► ⏩ ⏭ ◼ ⚫ . ◄ ⏪ ⏮ ⏏ -❚❚ }], + android => [qw{. ⌂ ◰ ↩ 🔍 }], # home, menu, back, search }, math => { diff --git a/unicode.plp b/unicode.plp index d155c06..29d591a 100644 --- a/unicode.plp +++ b/unicode.plp @@ -71,6 +71,7 @@ my @config = qw( modifier control command + android ?player Mathematics math/size -- 2.30.0