Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
2481e109a0
2 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@
|
|||
#define US_DIV S(ALGR(US_EQL)) // ÷
|
||||
// Row 2
|
||||
#define US_LDQU S(ALGR(US_LBRC)) // “
|
||||
#define US_RDQU S(ALGR(US_LBRC)) // ”
|
||||
#define US_RDQU S(ALGR(US_RBRC)) // ”
|
||||
#define US_BRKP S(ALGR(US_BSLS)) // ¦
|
||||
// Row 3
|
||||
#define US_SECT S(ALGR(US_S)) // §
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
#define US_DIV S(ALGR(US_EQL)) // ÷
|
||||
// Row 2
|
||||
#define US_LDQU S(ALGR(US_LBRC)) // “
|
||||
#define US_RDQU S(ALGR(US_LBRC)) // ”
|
||||
#define US_RDQU S(ALGR(US_RBRC)) // ”
|
||||
#define US_BRKP S(ALGR(US_BSLS)) // ¦
|
||||
// Row 3
|
||||
#define US_SECT S(ALGR(US_S)) // §
|
||||
|
|
Loading…
Reference in a new issue