Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.84 KB

readme.md

File metadata and controls

47 lines (37 loc) · 1.84 KB

Custom .keylayout files for English and Ukrainian (to use with 42–keys keyboards)

Release notes

v2.3

  • For Latynka: Changed Ĝ and ĝ (g with circumflex) to Ğ and ğ (g with breve) to better represenet voiced glottal fricative

v2.2

  • Added mapIndex for Option + Shift combination
  • Added letters for Latynka to EN keylayout according to modified ISO 9:
    • Â and â (a with circumflex)
    • Č and č (c with caron)
    • Ċ and ċ (c with dot above)
    • Ḋ and ḋ (d with dot above)
    • Ê and ê (e with cicrumflex)
    • Ĝ and ĝ (g with circumflex)
    • Ї and ї (i with diaeresis)
    • L̇ and l̇ (l with dot above)
    • Ṅ and ṅ (n with dot above)
    • Ô and ô (o with circumflex)
    • Š and š (s with caron)
    • Ŝ and ŝ (s with circumflex)
    • Ṡ and ṡ (s with dot above)
    • Ṫ and ṫ (t with dot above)
    • Û and û (u with circumflex)
    • Ž and ž (z with caron)

v2.1

  • Fixed a small bug with a letter Й
  • Initiated a readme.md file

v2

  • Organized the file as a table with keycodes, keycode names and an their aliases in QMK

v1

  • Initiated custom .keylayout files with comments to each keycode

Resources


Insights

  • rightShift, rightOption, rightControl modifiers are actually not functioning, every such modifier is a left modifier. Because of that, anyShift, anyOption and anyControl modifiers also make no sense