[at-spi2-core/keysym2ucs-box] Add missing keysym aliases for U+2500 and U+2502



commit f742fcc0c270811c230c00c09c657337219e6e29
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date:   Tue Jul 7 10:43:22 2020 +0200

    Add missing keysym aliases for U+2500 and U+2502

 registryd/ucs2keysym.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/registryd/ucs2keysym.c b/registryd/ucs2keysym.c
index ad237c0..c72a82e 100644
--- a/registryd/ucs2keysym.c
+++ b/registryd/ucs2keysym.c
@@ -629,7 +629,9 @@ struct codepair {
   { 0x09e9, 0x240b }, /*                          vt ␋ SYMBOL FOR VERTICAL TABULATION */
 
   { 0x08a3, 0x2500 }, /*              horizconnector ─ BOX DRAWINGS LIGHT HORIZONTAL */
+  { 0x09f1, 0x2500 }, /*              horizlinescan5 ─ BOX DRAWINGS LIGHT HORIZONTAL */
   { 0x08a6, 0x2502 }, /*               vertconnector │ BOX DRAWINGS LIGHT VERTICAL */
+  { 0x09f8, 0x2502 }, /*                     vertbar │ BOX DRAWINGS LIGHT VERTICAL */
   { 0x08a2, 0x250c }, /*              topleftradical ┌ BOX DRAWINGS LIGHT DOWN AND RIGHT */
   { 0x09ec, 0x250c }, /*                upleftcorner ┌ BOX DRAWINGS LIGHT DOWN AND RIGHT */
   { 0x09eb, 0x2510 }, /*               uprightcorner ┐ BOX DRAWINGS LIGHT DOWN AND LEFT */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]