Fix Czech keycodes (#9987)

joystick_improvements
David Kosorin 5 years ago committed by James Young
parent 6bd3bf2bdd
commit 8b7b3cedaf
No known key found for this signature in database
GPG Key ID: B39D9A06EDA031F8

@ -94,7 +94,7 @@
*      *     
*                                   " │ ! │ ' │    │ *                                   " │ ! │ ' │    │
* *
*      |                       ;  :  _            *      |                       ?  :  _           
* *
*                                                      *                                                     
* *
@ -122,7 +122,7 @@
#define CZ_QUOT S(CZ_DIAE) // ' #define CZ_QUOT S(CZ_DIAE) // '
// Row 4 // Row 4
#define CZ_PIPE S(CZ_BSLS) // | #define CZ_PIPE S(CZ_BSLS) // |
#define CZ_SCLN S(CZ_COMM) // ; #define CZ_QUES S(CZ_COMM) // ?
#define CZ_COLN S(CZ_DOT) // : #define CZ_COLN S(CZ_DOT) // :
#define CZ_UNDS S(CZ_MINS) // _ #define CZ_UNDS S(CZ_MINS) // _

Loading…
Cancel
Save