Skip to content

Commit

Permalink
Disable dead key sequences whose base key is not part of the layout
Browse files Browse the repository at this point in the history
This prevents warnings from MSKLC.
  • Loading branch information
sodevel committed Jul 27, 2023
1 parent fb68e63 commit c80f3dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions altgr-weur.klc
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ DEADKEY 02c7 // caron
0075 01d4 // u → ǔ
005a 017d // Z → Ž
007a 017e // z → ž
01b7 01ee // Ʒ → Ǯ
0292 01ef // ʒ → ǯ
//01b7 01ee // Ʒ → Ǯ
//0292 01ef // ʒ → ǯ
0020 02c7 // → ˇ

DEADKEY 00b5 // greek
Expand Down Expand Up @@ -438,13 +438,13 @@ DEADKEY 002f // stroke
0045 0246 // E → Ɇ
0065 0247 // e → ɇ
003e 226f // > → ≯
2265 2271 // ≥ → ≱
//2265 2271 // ≥ → ≱
004a 0248 // J → Ɉ
006a 0249 // j → ɉ
0269 1d7c // ɩ → ᵼ
0237 025f // ȷ → ɟ
//0269 1d7c // ɩ → ᵼ
//0237 025f // ȷ → ɟ
003c 226e // < → ≮
2264 2270 // ≤ → ≰
//2264 2270 // ≤ → ≰
0050 2c63 // P → Ᵽ
0070 1d7d // p → ᵽ
0052 024c // R → Ɍ
Expand Down

0 comments on commit c80f3dd

Please sign in to comment.