From da26d8894a4a20166866d89c9860d5a8198d2a9f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 17 Apr 2012 01:37:01 +0200 Subject: [PATCH] unicode: vertical ellipsis for android menu Replace representation of inconsistent hardware buttons by Android 4.0 software UI icon for options menu. --- unicode-table.inc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicode-table.inc.pl b/unicode-table.inc.pl index d440d6b..40a1ee0 100644 --- a/unicode-table.inc.pl +++ b/unicode-table.inc.pl @@ -54,7 +54,7 @@ keys => { control => [qw{. ⎈ ⌥ ⌘ ⎄ }], # ctrl, option, cmd, compose command => [qw{. ↵ ⎋ ⎉ ⎊ }], # enter, esc, pause, break player => [qw{. ► ⏩ ⏭ ◼ ⚫ . ◄ ⏪ ⏮ ⏏ -❚❚ }], # play, fast, skip, stop, record - android => [qw{. ⌂ ◰ ↩ 🔍 }], # home, menu, back, search + android => [qw{. ⌂ ↩ ⋮ 🔍 }], # menu, home, back, search ps => [qw{. ☓ □ △ ○ }], # triangle, circle, cross, square gamepad => [qw{. Ⓐ Ⓑ ◭ ◮ }], # A, B, L1, R1 }, -- 2.30.0