Browse Source

Fixed french quotes on canadian multilingual (#11183)

pull/11192/head 0.11.6
Hedgestock 3 years ago
committed by GitHub
parent
commit
8ea7f4f45f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      quantum/keymap_extras/keymap_canadian_multilingual.h

+ 2
- 2
quantum/keymap_extras/keymap_canadian_multilingual.h View File

@ -149,8 +149,8 @@
// Row 3
#define CA_DEG ALGR(CA_SCLN) // °
// Row 4
#define CA_LDAQ ALGR(CA_X) // «
#define CA_RDAQ ALGR(CA_C) // »
#define CA_LDAQ ALGR(CA_Z) // «
#define CA_RDAQ ALGR(CA_X) // »
#define CA_LABK ALGR(CA_COMM) // <
#define CA_RABK ALGR(CA_DOT) // >


Loading…
Cancel
Save