diff options
author | Martin Kühl <martin.kuehl@gmail.com> | 2018-11-14 05:13:39 +0100 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2018-11-13 23:13:39 -0500 |
commit | c38ae2afb5b000400d7e9979fd5bb043b9819d07 (patch) | |
tree | a8525da56ce6ad4e6604a22fcc3636393d7eef2e | |
parent | c82e11b24e7a6aa03473111367cb792ce0537f61 (diff) | |
download | plan9port-c38ae2afb5b000400d7e9979fd5bb043b9819d07.tar.gz plan9port-c38ae2afb5b000400d7e9979fd5bb043b9819d07.tar.bz2 plan9port-c38ae2afb5b000400d7e9979fd5bb043b9819d07.zip |
keyboard: add tab/untab symbols (#160)
-rw-r--r-- | lib/keyboard | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/keyboard b/lib/keyboard index ec16fa30..ccc19adc 100644 --- a/lib/keyboard +++ b/lib/keyboard @@ -475,6 +475,8 @@ 2194 ab ↔ left right arrow 21D0 V= ⇐ left double arrow 21D2 =V ⇒ right double arrow +21E4 |< ⇤ left arrow to bar +21E5 >| ⇥ right arrow to bar 2200 fa ∀ for all 2202 pd ∂ partial differential 2203 te ∃ there exists |