Add ES_GRV to latam language-specific keycodes (#23333)
This commit is contained in:
parent
551489645a
commit
4afbade6d1
2 changed files with 5 additions and 0 deletions
|
@ -335,5 +335,9 @@
|
||||||
"key": "ES_CIRC",
|
"key": "ES_CIRC",
|
||||||
"label": "^",
|
"label": "^",
|
||||||
}
|
}
|
||||||
|
"ALGR(KC_NUHS)": {
|
||||||
|
"key": "ES_GRV",
|
||||||
|
"label": "`",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,4 +102,5 @@
|
||||||
#define ES_AT ALGR(ES_Q) // @
|
#define ES_AT ALGR(ES_Q) // @
|
||||||
#define ES_TILD ALGR(ES_PLUS) // ~
|
#define ES_TILD ALGR(ES_PLUS) // ~
|
||||||
#define ES_CIRC ALGR(ES_LCBR) // ^
|
#define ES_CIRC ALGR(ES_LCBR) // ^
|
||||||
|
#define ES_GRV ALGR(KC_NUHS) // `
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue