Fix some wrong keycode macros in locale mapping files (#15488)
This commit is contained in:
parent
aed64aaef4
commit
231cd7a39f
4 changed files with 6 additions and 6 deletions
|
@ -138,7 +138,7 @@
|
|||
#define LT_CIRC ALGR(LT_COMM) // ^
|
||||
#define LT_AMPR ALGR(LT_DOT) // &
|
||||
#define LT_ASTR ALGR(LT_EQL) // *
|
||||
#define LT_LBRC ALGR(LT_LRPN) // [
|
||||
#define LT_LBRC ALGR(LT_LPRN) // [
|
||||
#define LT_RBRC ALGR(LT_RPRN) // ]
|
||||
#define LT_QUOT ALGR(LT_QUES) // '
|
||||
#define LT_PERC ALGR(LT_X) // %
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue