Fixed CA_DOTA key code (#9722)
This commit is contained in:
parent
72d3270547
commit
fc13315300
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@
|
|||
#define CA_APSN RCTL(CA_N) // ʼn
|
||||
#define CA_MICR RCTL(CA_M) // μ
|
||||
#define CA_HRZB RCTL(CA_COMM) // ―
|
||||
#define CA_DOTA ALGR(CA_DOT) // ˙ (dead)
|
||||
#define CA_DOTA RCTL(CA_DOT) // ˙ (dead)
|
||||
|
||||
/* Shift+Right Ctrl symbols
|
||||
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
|
||||
|
|
Loading…
Reference in a new issue