Skip to content

Commit

Permalink
Update layout according to keyman
Browse files Browse the repository at this point in the history
  • Loading branch information
gushmazuko committed Aug 24, 2022
1 parent 5d64841 commit 060c3b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@


## Layouts
- Layout used in this installation: https://keyman.com/keyboards/chechen_latin


### QWERTY, US

- Default, no modifier key pressed:
Expand Down
7 changes: 6 additions & 1 deletion symbols/ce
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ xkb_symbols "basic" {

name[Group1]= "Chechen (Latin, QWERTY, US)";

key <AE09> { [ 9, parenleft, ccedilla, Ccedilla ] }; // 9 ) ç Ç
key <AE09> { [ 9, parenleft, semicolon ] }; // 9 ( ;
key <AE10> { [ 0, parenright, colon ] }; // 0 ) :
key <AE11> { [ minus, underscore, apostrophe ] }; // - _ '
key <AE12> { [ equal, plus, quotedbl ] }; // = + "

key <AD01> { [ q, Q, U0307 ] }; // q Q ◌̇ (Combining Dot Above with AltGr: q̇ Q̇)
key <AD03> { [ e, E, schwa, SCHWA ] }; // e E ə Ə
Expand All @@ -22,6 +25,8 @@ xkb_symbols "basic" {
key <AC02> { [ s, S, scedilla, Scedilla ] }; // s S ş Ş
key <AC05> { [ g, G, gabovedot, Gabovedot ] }; // g G ġ Ġ
key <AC08> { [ k, K, U0307 ] }; // k K ◌̇ (Combining Dot Above with AltGr: k̇ K̇)
key <AC10> { [ ccedilla, Ccedilla, U0307 ] }; // ç Ç ◌̇ (Combining Dot Above with AltGr: ç̇ Ç̇)
key <AC11> { [ schwa, SCHWA ] }; // ə Ə

key <AB01> { [ z, Z, zstroke, Zstroke ] }; // z Z ƶ Ƶ
key <AB02> { [ x, X, xabovedot, Xabovedot ] }; // x X ẋ Ẋ
Expand Down

0 comments on commit 060c3b4

Please sign in to comment.