We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd3bf2 commit 8b7b3ceCopy full SHA for 8b7b3ce
quantum/keymap_extras/keymap_czech.h
@@ -94,7 +94,7 @@
94
* ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ │
95
* │ │ │ │ │ │ │ │ │ │ │ " │ ! │ ' │ │
96
* ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴────┤
97
- * │ │ | │ │ │ │ │ │ │ │ ; │ : │ _ │ │
+ * │ │ | │ │ │ │ │ │ │ │ ? │ : │ _ │ │
98
* ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┤
99
* │ │ │ │ │ │ │ │ │
100
* └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘
@@ -122,7 +122,7 @@
122
#define CZ_QUOT S(CZ_DIAE) // '
123
// Row 4
124
#define CZ_PIPE S(CZ_BSLS) // |
125
-#define CZ_SCLN S(CZ_COMM) // ;
+#define CZ_QUES S(CZ_COMM) // ?
126
#define CZ_COLN S(CZ_DOT) // :
127
#define CZ_UNDS S(CZ_MINS) // _
128
0 commit comments