aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Cast <jonathanccast@gmail.com>2014-01-06 22:19:32 -0500
committerRuss Cox <rsc@swtch.com>2014-01-06 22:19:32 -0500
commitf9781769d519e511ae8274d3b7844c8ac4db23f4 (patch)
tree19a6dd1f9d9dc8dbc69475da3a7c5545f9c15950
parentb29ebaab99090fa06e27377fe9e1f356ac533604 (diff)
downloadplan9port-f9781769d519e511ae8274d3b7844c8ac4db23f4.tar.gz
plan9port-f9781769d519e511ae8274d3b7844c8ac4db23f4.tar.bz2
plan9port-f9781769d519e511ae8274d3b7844c8ac4db23f4.zip
keyboard: add more sequences, from existing ones or RFC 1345
R=rsc CC=plan9port.codebot https://codereview.appspot.com/43990046
-rw-r--r--CONTRIBUTORS1
-rw-r--r--lib/keyboard13
2 files changed, 14 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index b62df5cc..e3a9ff74 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -27,6 +27,7 @@ Justin Davis <jrcd83@gmail.com>
J.R. Mauro <jrm8005@gmail.com>
Jani Lahtinen <jani.lahtinen8@gmail.com>
Jeff Sickel <jas@corpus-callosum.com>
+Jonathan Cast <jonathanccast@gmail.com>
Kris Maglione <jg@suckless.org>
Marius Eriksen <marius.eriksen@gmail.com>
Martin Neubauer <m.ne@gmx.net>
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 <!~ ⋦ less than but not equivalent to
22E7 >!~ ⋧ greater than but not equivalent to
22EF el ⋯ midline horizontal ellipsis
+230A lf ⌊ left floor
+230B rf ⌋ right floor
+2329 </ 〈 left angle bracket
+232a /> 〉 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)