diff options
author | thisrod <thisrod@gmail.com> | 2018-11-14 15:14:20 +1100 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2018-11-13 23:14:20 -0500 |
commit | 931c5906118e4db3419bfb4dced833902eb14139 (patch) | |
tree | cdcc456cb6dc83b3977417271d0737b14456a4cd | |
parent | c38ae2afb5b000400d7e9979fd5bb043b9819d07 (diff) | |
download | plan9port-931c5906118e4db3419bfb4dced833902eb14139.tar.gz plan9port-931c5906118e4db3419bfb4dced833902eb14139.tar.bz2 plan9port-931c5906118e4db3419bfb4dced833902eb14139.zip |
keyboard: add compose sequences lc and rc for ceiling brackets (#126)
Change-Id: Ice1c8c9d15cc6febf32dc2b7c449d457acc319b6
-rw-r--r-- | lib/keyboard | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/keyboard b/lib/keyboard index ccc19adc..a1574a36 100644 --- a/lib/keyboard +++ b/lib/keyboard @@ -553,6 +553,8 @@ 22E6 <!~ ⋦ less than but not equivalent to 22E7 >!~ ⋧ greater than but not equivalent to 22EF el ⋯ midline horizontal ellipsis +2308 lc ⌈ left ceiling +2309 rc ⌉ right ceiling 230A lf ⌊ left floor 230B rf ⌋ right floor 2329 </ 〈 left angle bracket |