mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
keyboard: add more sequences, from existing ones or RFC 1345
R=rsc CC=plan9port.codebot https://codereview.appspot.com/43990046
This commit is contained in:
parent
b29ebaab99
commit
f9781769d5
2 changed files with 14 additions and 0 deletions
|
@ -27,6 +27,7 @@ Justin Davis <jrcd83@gmail.com>
|
||||||
J.R. Mauro <jrm8005@gmail.com>
|
J.R. Mauro <jrm8005@gmail.com>
|
||||||
Jani Lahtinen <jani.lahtinen8@gmail.com>
|
Jani Lahtinen <jani.lahtinen8@gmail.com>
|
||||||
Jeff Sickel <jas@corpus-callosum.com>
|
Jeff Sickel <jas@corpus-callosum.com>
|
||||||
|
Jonathan Cast <jonathanccast@gmail.com>
|
||||||
Kris Maglione <jg@suckless.org>
|
Kris Maglione <jg@suckless.org>
|
||||||
Marius Eriksen <marius.eriksen@gmail.com>
|
Marius Eriksen <marius.eriksen@gmail.com>
|
||||||
Martin Neubauer <m.ne@gmx.net>
|
Martin Neubauer <m.ne@gmx.net>
|
||||||
|
|
13
lib/keyboard
13
lib/keyboard
|
@ -385,6 +385,8 @@
|
||||||
044E @yu ю cyrillic small letter iu
|
044E @yu ю cyrillic small letter iu
|
||||||
044F @ya я cyrillic small letter ia
|
044F @ya я cyrillic small letter ia
|
||||||
0451 @yo ё cyrillic small letter io
|
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
|
2018 l' ‘ single turned comma quotation mark
|
||||||
2019 r' ’ single comma quotation mark
|
2019 r' ’ single comma quotation mark
|
||||||
201C l" “ double turned comma quotation mark
|
201C l" “ double turned comma quotation mark
|
||||||
|
@ -486,10 +488,12 @@
|
||||||
2211 su ∑ n-ary summation
|
2211 su ∑ n-ary summation
|
||||||
2213 -+ ∓ minus-or-plus sign
|
2213 -+ ∓ minus-or-plus sign
|
||||||
2217 ** ∗ asterisk operator
|
2217 ** ∗ asterisk operator
|
||||||
|
2218 co ∘ composition operator
|
||||||
221A sr √ square root
|
221A sr √ square root
|
||||||
221D pt ∝ proportional to
|
221D pt ∝ proportional to
|
||||||
221E if ∞ infinity
|
221E if ∞ infinity
|
||||||
2220 an ∠ angle
|
2220 an ∠ angle
|
||||||
|
2225 pp ∥ parallel to
|
||||||
2227 l& ∧ logical and
|
2227 l& ∧ logical and
|
||||||
2228 l| ∨ logical or
|
2228 l| ∨ logical or
|
||||||
2229 ca ∩ intersection
|
2229 ca ∩ intersection
|
||||||
|
@ -534,16 +538,23 @@
|
||||||
229C =O O= ⊜ circled equals
|
229C =O O= ⊜ circled equals
|
||||||
22A2 tu ⊢ right tack
|
22A2 tu ⊢ right tack
|
||||||
22A8 Tu ⊨ true
|
22A8 Tu ⊨ true
|
||||||
|
22B2 ld ⊲ normal subgroup of
|
||||||
|
22B3 rd ⊳ contains as normal subgroup
|
||||||
22C0 L& ⋀ n-ary logical and
|
22C0 L& ⋀ n-ary logical and
|
||||||
22C1 L| ⋁ n-ary logical or
|
22C1 L| ⋁ n-ary logical or
|
||||||
22C2 CA ⋂ n-ary intersection
|
22C2 CA ⋂ n-ary intersection
|
||||||
22C3 CU ⋃ n-ary union
|
22C3 CU ⋃ n-ary union
|
||||||
22C4 lz ⋄ diamond operator
|
22C4 lz ⋄ diamond operator
|
||||||
|
22C8 bt ⋈ bowtie operator
|
||||||
22DC =< ⋜ equal to or less than
|
22DC =< ⋜ equal to or less than
|
||||||
22DD => ⋝ equal to or greater than
|
22DD => ⋝ equal to or greater than
|
||||||
22E6 <!~ ⋦ less than but not equivalent to
|
22E6 <!~ ⋦ less than but not equivalent to
|
||||||
22E7 >!~ ⋧ greater than but not equivalent to
|
22E7 >!~ ⋧ greater than but not equivalent to
|
||||||
22EF el ⋯ midline horizontal ellipsis
|
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
|
2423 ␣ open box, visible space
|
||||||
2639 :( ☹ sad face
|
2639 :( ☹ sad face
|
||||||
263A :) ☺ smiley face
|
263A :) ☺ smiley face
|
||||||
|
@ -564,6 +575,8 @@
|
||||||
266d Mb ♭ music flat
|
266d Mb ♭ music flat
|
||||||
266e M# ♮ music natural
|
266e M# ♮ music natural
|
||||||
266f Ms ♯ music sharp
|
266f Ms ♯ music sharp
|
||||||
|
300a <+ 《 left double angle bracket
|
||||||
|
300b +> 》 right double angle bracket
|
||||||
F015 ZA raw alt (plan 9 specific)
|
F015 ZA raw alt (plan 9 specific)
|
||||||
F016 ZS raw shift (plan 9 specific)
|
F016 ZS raw shift (plan 9 specific)
|
||||||
F017 ZC raw ctl (plan 9 specific)
|
F017 ZC raw ctl (plan 9 specific)
|
||||||
|
|
Loading…
Reference in a new issue