From f9781769d519e511ae8274d3b7844c8ac4db23f4 Mon Sep 17 00:00:00 2001 From: Jonathan Cast Date: Mon, 6 Jan 2014 22:19:32 -0500 Subject: keyboard: add more sequences, from existing ones or RFC 1345 R=rsc CC=plan9port.codebot https://codereview.appspot.com/43990046 --- CONTRIBUTORS | 1 + lib/keyboard | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b62df5cc..e3a9ff74 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -27,6 +27,7 @@ Justin Davis J.R. Mauro Jani Lahtinen Jeff Sickel +Jonathan Cast Kris Maglione Marius Eriksen Martin Neubauer diff --git a/lib/keyboard b/lib/keyboard index 2f7535df..ec16fa30 100644 --- a/lib/keyboard +++ b/lib/keyboard @@ -385,6 +385,8 @@ 044E @yu ю cyrillic small letter iu 044F @ya я cyrillic small letter ia 0451 @yo ё cyrillic small letter io +1E3E 'M Ḿ latin capital letter m with acute +1E3F 'm ḿ latin small letter m with acute 2018 l' ‘ single turned comma quotation mark 2019 r' ’ single comma quotation mark 201C l" “ double turned comma quotation mark @@ -486,10 +488,12 @@ 2211 su ∑ n-ary summation 2213 -+ ∓ minus-or-plus sign 2217 ** ∗ asterisk operator +2218 co ∘ composition operator 221A sr √ square root 221D pt ∝ proportional to 221E if ∞ infinity 2220 an ∠ angle +2225 pp ∥ parallel to 2227 l& ∧ logical and 2228 l| ∨ logical or 2229 ca ∩ intersection @@ -534,16 +538,23 @@ 229C =O O= ⊜ circled equals 22A2 tu ⊢ right tack 22A8 Tu ⊨ true +22B2 ld ⊲ normal subgroup of +22B3 rd ⊳ contains as normal subgroup 22C0 L& ⋀ n-ary logical and 22C1 L| ⋁ n-ary logical or 22C2 CA ⋂ n-ary intersection 22C3 CU ⋃ n-ary union 22C4 lz ⋄ diamond operator +22C8 bt ⋈ bowtie operator 22DC =< ⋜ equal to or less than 22DD => ⋝ equal to or greater than 22E6 !~ ⋧ greater than but not equivalent to 22EF el ⋯ midline horizontal ellipsis +230A lf ⌊ left floor +230B rf ⌋ right floor +2329 〉 right angle bracket 2423 ␣ open box, visible space 2639 :( ☹ sad face 263A :) ☺ smiley face @@ -564,6 +575,8 @@ 266d Mb ♭ music flat 266e M# ♮ music natural 266f Ms ♯ music sharp +300a <+ 《 left double angle bracket +300b +> 》 right double angle bracket F015 ZA  raw alt (plan 9 specific) F016 ZS  raw shift (plan 9 specific) F017 ZC  raw ctl (plan 9 specific) -- cgit v1.2.3