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 @@
/*
*
*  $  " │ « │ » │ ( │ ) │ @ │ + │ - │ / │ * │ = │ % │       
* $ " │ « │ » │ ( │ ) │ @ │ + │ - │ / │ * │ = │ % │
*
*       B  É  P  O  È  ^  V  D  L  J  Z  W      
*     
*        A  U  I  E  ,  C  T  S  R  N  M  Ç     
* B É P O È ^ V D L J Z W
*
* A U I E , C T S R N M Ç
*
*      Ê  À  Y  X  .  K  '  Q  G  H  F           
* Ê À Y X . K ' Q G H F
*
*                                                     
*
*
*/
// Row 1
@ -88,15 +88,15 @@
/* Shifted symbols
*
*  #  1  2  3  4  5  6  7  8  9  0  °  `        
* # 1 2 3 4 5 6 7 8 9 0 ° `
*
*                      !                        
*     
*                    ;                          
* !
*
* ;
*
*                  :     ?                       
* : ?
*
*                                                     
*
*
*/
// Row 1
@ -121,19 +121,19 @@
#define BP_COLN S(BP_DOT) // :
#define BP_QUES S(BP_QUOT) // ?
// Row 5
#define BP_NBSP S(KC_SPC) // (non-breaking space)
#define BP_NBSP S(KC_SPC) //   (non-breaking space)
/* AltGr symbols
*
*      <  >  [  ]  ^  ±    ÷  ×            
* < > [ ] ^ ± ÷ ×
*
*       |  ´  &  Œ  `  ¡  ˇ  Ð  /  IJ  Ə  ˘      
*     
*        Æ  Ù  ¨       ©  Þ    ®  ~  ¯  ¸     
* | ´ & Œ ` ¡ ˇ Ð / IJ Ə ˘
*
* Æ Ù ¨ © Þ ® ~ ¯ ¸
*
*         \  {  }    ~  ¿  °       ˛           
* \ { } ~ ¿ ° ˛
*
*                        _                            
* _
*
*/
// Row 1
@ -191,15 +191,15 @@
/* Shift+AltGr symbols
*
*                 ¬  ¼  ½  ¾            
* ¬ ¼ ½ ¾
*
*       ¦  ˝  §                                 
*     
*              ˙  ¤  ̛   ſ             º  ,     
* ¦ ˝ §
*
* ˙ ¤ ̛ ſ º ,
*
*                ·    ̉   ̣        ª           
* · ̉ ̣ ª
*
*                                                     
*
*
*/
// Row 1
@ -237,7 +237,7 @@
#define BP_DDAG S(ALGR(BP_H)) // ‡
#define BP_FORD S(ALGR(BP_F)) // ª
// Row 5
#define BP_NNBS S(ALGR(BP_)) // (narrow non-breaking space)
#define BP_NNBS S(ALGR(BP_)) // (narrow non-breaking space)
// DEPRECATED
#define BP_DOLLAR BP_DLR