- For Latynka: Changed
Ĝ
andĝ
(g with circumflex) toĞ
andğ
(g with breve) to better represenet voiced glottal fricative
- 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)
- Fixed a small bug with a letter
Й
- Initiated a
readme.md
file
- Organized the file as a table with
keycodes
, keycode names and an their aliases in QMK
- Initiated custom .keylayout files with comments to each
keycode
- Technical Note TN2056: Installable Keyboard Layouts by Apple: a very old but only existing document from Apple regarding Keyboard Layouts structure
- Compart: Unicode: a good place to find correct names and codes of Unicode symbols
rightShift
,rightOption
,rightControl
modifiers are actually not functioning, every such modifier is aleft
modifier. Because of that,anyShift
,anyOption
andanyControl
modifiers also make no sense