1
0
Fork 0

Cleanup junk chars, part 4 (#13345)

This commit is contained in:
Ryan 2021-07-01 16:41:51 +10:00 committed by GitHub
parent 8c982dba31
commit dc3896e31c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 1027 additions and 1027 deletions

View file

@ -22,15 +22,15 @@
/*
*
*  `  1  2  3  4  5  6  7  8  9  0  -  =        
* ` 1 2 3 4 5 6 7 8 9 0 - =
*
*       Q  W  E  R  T  Y  U  I  O  P  [  ]   \  
* Q W E R T Y U I O P [ ] \
*
*        A  S  D  F  G  H  J  K  L  ;  ´         
* A S D F G H J K L ; ´
*
*          Z  X  C  V  B  N  M  ,  .  /           
* Z X C V B N M , . /
*
*                                                     
*
*
*/
// Row 1
@ -87,15 +87,15 @@
/* Shifted symbols
*
*  ~  !  @  #  $  %  ^  &  *  (  )  _  +        
* ~ ! @ # $ % ^ & * ( ) _ +
*
*                                     {  }   |  
* { } |
*
*                                   :  ¨         
* : ¨
*
*                               <  >  ?           
* < > ?
*
*                                                     
*
*
*/
// Row 1
@ -126,15 +126,15 @@
/* AltGr symbols
*
*  `  ¡  ²  ³  ¤    ¼  ½  ¾      ¥  ×        
* ` ¡ ² ³ ¤ ¼ ½ ¾ ¥ ×
*
*       Ä  Å  É  ®  Þ  Ü  Ú  Í  Ó  Ö  «  »   ¬  
* Ä Å É ® Þ Ü Ú Í Ó Ö « » ¬
*
*        Á  ß  Ð              Œ  Ø    '         
* Á ß Ð Œ Ø '
*
*          Æ     ©        Ñ  µ  Ç  ˙  ¿           
* Æ © Ñ µ Ç ˙ ¿
*
*                                                     
*
*
*/
@ -185,15 +185,15 @@
/* Shift+AltGr symbols
*
*  ~  ¹  ˝  ¯  £  ¸  ^  ̛   ˛  ˘  °   ̣  ÷        
* ~ ¹ ˝ ¯ £ ¸ ^ ̛ ˛ ˘ ° ̣ ÷
*
*                                          ¦  
* ¦
*
*           §                       °  " │        
* § ° "
*
*                ¢                 ˇ   ̉           
* ¢ ˇ ̉
*
*                                                     
*
*
*/
// Row 1
@ -204,11 +204,11 @@
#define US_PND S(ALGR(US_4)) // £
#define US_CEDL S(ALGR(US_5)) // ¸ (dead)
#define US_CIRC S(ALGR(US_6)) // ^
#define US_HORN S(ALGR(US_7)) // ̛ (dead)
#define US_HORN S(ALGR(US_7)) // ̛ (dead)
#define US_OGON S(ALGR(US_8)) // ˛ (dead)
#define US_BREV S(ALGR(US_9)) // ˘ (dead)
#define US_RNGA S(ALGR(US_0)) // ° (dead)
#define US_DOTB S(ALGR(US_MINS)) // ̣ (dead)
#define US_DOTB S(ALGR(US_MINS)) // ̣ (dead)
#define US_DIV S(ALGR(US_EQL)) // ÷
// Row 2
#define US_LDQU S(ALGR(US_LBRC)) // “
@ -221,4 +221,4 @@
// Row 4
#define US_CENT S(ALGR(US_C)) // ¢
#define US_CARN S(ALGR(US_DOT)) // ˇ (dead)
#define US_HOKA S(ALGR(US_SLSH)) // ̉ (dead)
#define US_HOKA S(ALGR(US_SLSH)) // ̉ (dead)