[Keymap] crkbd toinux update (#19673)

This commit is contained in:
toinux 2023-03-18 18:26:42 +01:00 committed by GitHub
parent f8e89a1fe4
commit 319da117b7
Failed to generate hash of commit
5 changed files with 106 additions and 97 deletions

View file

@ -20,33 +20,33 @@
// clang-format off
// keymap adapted for http://marin.jb.free.fr/qwerty-fr/
// keymap adapted for https://qwerty-fr.org/
/* AltGr symbols
/* AltGr symbols (* symbol = dead key)
*
* ` ¹ ² ³ ê ^ ŷ û î ô
* * ` ¹ ² ê * ¯* ^ û î ô ø
*
* â é è ® π ¥ ù î ò œ « »
* â é è ® þ * ̑ ù î ò œ « »
*
* à æ ë ε α ÿ ü ï ö ´ ¦
* à æ ë * Ω ÿ ü ï ö ´ ̀
*
* ä × ç ω ß ñ µ ¸ ° ʕ
* ä × ç ß ñ * * ¸ ·
*
*  
* non-breaking space
*
*/
// Row 1
#define QF_DGRV RALT(KC_GRV) // ` (dead)
#define QF_SUP1 RALT(KC_1) // ¹
#define QF_SUP2 RALT(KC_2) // ²
#define QF_SUP3 RALT(KC_3) // ³
#define QF_ECIR RALT(KC_4) // ê
#define QF_EURO RALT(KC_5) // €
#define QF_ECIR RALT(KC_3) // ê
#define QF_EURO RALT(KC_4) // €
#define QF_MACR RALT(KC_5) // ¯ (dead)
#define QF_DCIR RALT(KC_6) // ^ (dead)
#define QF_YCIR RALT(KC_7) // ŷ
#define QF_UCIR RALT(KC_8) // û
#define QF_ICIR RALT(KC_9) // î
#define QF_OCIR RALT(KC_0) // ô
#define QF_UCIR RALT(KC_7) // û
#define QF_ICIR RALT(KC_8) // î
#define QF_OCIR RALT(KC_9) // ô
#define QF_OSTR RALT(KC_0) // ø
#define QF_DASH RALT(KC_MINUS) //
#define QF_NEQL RALT(KC_EQUAL) // ≠
// Row 2
@ -54,8 +54,8 @@
#define QF_EACU RALT(KC_W) // é
#define QF_EGRV RALT(KC_E) // è
#define QF_REGD RALT(KC_R) // ®
#define QF_PI RALT(KC_T) // π
#define QF_YEN RALT(KC_Y) // ¥
#define QF_THRN RALT(KC_T) // þ
#define QF_RBRV RALT(KC_Y) // ̑ (dead)
#define QF_UGRV RALT(KC_U) // ù
#define QF_IGRV RALT(KC_I) // ì
#define QF_OGRV RALT(KC_O) // ò
@ -66,65 +66,62 @@
#define QF_AGRV RALT(KC_A) // à
#define QF_AE RALT(KC_S) // æ
#define QF_EDIA RALT(KC_D) // ë
#define QF_EPSL RALT(KC_F) // ε
#define QF_ALPH RALT(KC_G) // α
#define QF_GR RALT(KC_G) // Greek (dead)
#define QF_YDIA RALT(KC_H) // ÿ
#define QF_UDIA RALT(KC_J) // ü
#define QF_IDIA RALT(KC_K) // ï
#define QF_ODIA RALT(KC_L) // ö
#define QF_PILC RALT(KC_SCLN) // ¶
#define QF_ACUT RALT(KC_QUOT) // ´ (dead)
#define QF_BRKP RALT(KC_BSLS) // ¦
#define QF_ACUT RALT(KC_SCLN) // ´ (dead)
#define QF_AGR RALT(KC_QUOT) // ̀ (dead)
// Row 4
#define QF_LTEQ RALT(KC_NUBS) // ≤
#define QF_ADIA RALT(KC_Z) // ä
#define QF_MUL RALT(KC_X) // ×
#define QF_CCED RALT(KC_C) // ç
#define QF_OMEG RALT(KC_V) // ω
#define QF_SS RALT(KC_B) // ß
#define QF_NTIL RALT(KC_N) // ñ
#define QF_MICR RALT(KC_M) // µ
#define QF_MATH RALT(KC_M) // Math (dead)
#define QF_CEDL RALT(KC_COMM) // ¸ (dead)
#define QF_DEG RALT(KC_DOT) // °
#define QF_VOPH RALT(KC_SLSH) // ʕ
#define QF_MED RALT(KC_DOT) // ·
#define QF_APO RALT(KC_SLSH) //
// Row 5
#define QF_NBSP RALT(KC_SPC) //   (non-breaking space)
/* Shift+AltGr symbols
*
* ~ ¡ ˝ ¯ Ê £ ˇ Ŷ Û Î Ô ±
* * ~ ¡ * ˝ Ê * ¤* ˙* ˇ Û Î Ô Ø
*
* Â É È © Π ¤ Ù Ì Ò Œ
* Â É È © Þ * ˘ Ù Ì Ò Œ
*
* À Æ Ë Δ β Ÿ Ü Ï ö § ¨ ø
* À Æ Ë Ÿ Ü Ï Ö * °* ¨
*
* Ä ÷ Ç Ω þ Ñ Σ ˛ ˚ ¿
* Ä ÷ Ç Ñ ˛ ¿
*
*  
* narrow non-breaking spc
*
*/
// Row 1
#define QF_DTIL S(RALT(KC_GRV)) // ~ (dead)
#define QF_IEXL S(RALT(KC_1)) // ¡
#define QF_DACU S(RALT(KC_2)) // ˝ (dead)
#define QF_MACR S(RALT(KC_3)) // ¯ (dead)
#define QF_ECIU S(RALT(KC_4)) // Ê
#define QF_PND S(RALT(KC_5)) // £
#define QF_ECIU S(RALT(KC_3)) // Ê
#define QF_CURR S(RALT(KC_4)) // ¤ (dead)
#define QF_NTON S(RALT(KC_5)) // ˙ (dead)
#define QF_CARN S(RALT(KC_6)) // ˇ (dead)
#define QF_YCIU S(RALT(KC_7)) // Ŷ
#define QF_UCIU S(RALT(KC_8)) // Û
#define QF_ICIU S(RALT(KC_9)) // Î
#define QF_OCIO S(RALT(KC_0)) // Ô
#define QF_UCIU S(RALT(KC_7)) // Û
#define QF_ICIU S(RALT(KC_8)) // Î
#define QF_OCIO S(RALT(KC_9)) // Ô
#define QF_UOST S(RALT(KC_0)) // Ø
#define QF_NDSH S(RALT(KC_MINUS)) // —
#define QF_PLMN S(RALT(KC_EQUAL)) // ±
#define QF_APPR S(RALT(KC_EQUAL)) // ≈
// Row 2
#define QF_ACIU S(RALT(KC_Q)) // Â
#define QF_ECUU S(RALT(KC_W)) // É
#define QF_EGRU S(RALT(KC_E)) // È
#define QF_COPY S(RALT(KC_R)) // ©
#define QF_PIU S(RALT(KC_T)) // Π
#define QF_CURR S(RALT(KC_Y)) // ¤
#define QF_UTRN S(RALT(KC_T)) // Þ
#define QF_BRV S(RALT(KC_Y)) // ˘ (dead)
#define QF_UGRU S(RALT(KC_U)) // Ù
#define QF_IGRU S(RALT(KC_I)) // Ì
#define QF_OGRU S(RALT(KC_O)) // Ò
@ -135,24 +132,22 @@
#define QF_AGRU S(RALT(KC_A)) // À
#define QF_AEU S(RALT(KC_S)) // Æ
#define QF_EDIU S(RALT(KC_D)) // Ë
#define QF_DELT S(RALT(KC_F)) // Δ
#define QF_BETA S(RALT(KC_G)) // β
#define QF_YDIU S(RALT(KC_H)) // Ÿ
#define QF_UDIU S(RALT(KC_J)) // Ü
#define QF_IDIU S(RALT(KC_K)) // Ï
#define QF_ODIU S(RALT(KC_L)) // Ö
#define QF_SECT S(RALT(KC_SCLN)) // §
#define QF_DEG S(RALT(KC_SCLN)) // ° (dead)
#define QF_DIAE S(RALT(KC_QUOT)) // ¨ (dead)
#define QF_OSTR S(RALT(KC_BSLS)) // ø
#define QF_DLQM S(RALT(KC_BSLS)) // „
// Row 4
#define QF_GTEQ S(RALT(KC_NUBS)) // ≥
#define QF_ADIU S(RALT(KC_Z)) // Ä
#define QF_DIV S(RALT(KC_X)) // ÷
#define QF_CCDU S(RALT(KC_C)) // Ç
#define QF_OMEU S(RALT(KC_V)) // Ω
#define QF_THRN S(RALT(KC_B)) // þ
#define QF_USS S(RALT(KC_B)) // ẞ
#define QF_NTIU S(RALT(KC_N)) // Ñ
#define QF_SIGM S(RALT(KC_M)) // Σ
#define QF_OGON S(RALT(KC_COMM)) // ˛ (dead)
#define QF_RNGA S(RALT(KC_DOT)) // ˚ (dead)
#define QF_SUSP S(RALT(KC_DOT)) // …
#define QF_IQUE S(RALT(KC_SLSH)) // ¿
// Row 5
#define QF_NNBS RALT(KC_SPC) // (narrow non-breaking space)