summaryrefslogtreecommitdiff
path: root/symbols/tm
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2020-11-05 16:53:06 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2020-11-14 23:32:14 +0000
commitc5f3eed9bc4b59c1e7419ff0d3b3abf32e7d2271 (patch)
tree4519ab52d010ea1f73091104be572d08ce5ec84f /symbols/tm
parent044f429ba510983807a2914643319106ac8060df (diff)
downloadxkeyboard-config-c5f3eed9bc4b59c1e7419ff0d3b3abf32e7d2271.tar.gz
symbols/tm: align and arrange the columns more tightly
Diffstat (limited to 'symbols/tm')
-rw-r--r--symbols/tm36
1 files changed, 18 insertions, 18 deletions
diff --git a/symbols/tm b/symbols/tm
index 56ec07a..88537d0 100644
--- a/symbols/tm
+++ b/symbols/tm
@@ -7,39 +7,39 @@ xkb_symbols "basic" {
include "us"
name[Group1]="Turkmen";
- key <TLDE> { [ zcaron, Zcaron, grave, asciitilde ] };
+ key <TLDE> {[ zcaron, Zcaron, grave, asciitilde ]};
- key <AD01> { [ adiaeresis, Adiaeresis, q, Q ] };
- key <AD11> { [ ncaron, Ncaron, bracketleft, braceleft ] };
- key <AD12> { [odiaeresis, Odiaeresis, bracketright, braceright ] };
+ key <AD01> {[ adiaeresis, Adiaeresis, q, Q ]};
+ key <AD11> {[ ncaron, Ncaron, bracketleft, braceleft ]};
+ key <AD12> {[ odiaeresis, Odiaeresis, bracketright, braceright ]};
- key <AB02> { [udiaeresis, Udiaeresis, x, X ] };
- key <AB03> { [ ccedilla, Ccedilla, c, C ] };
- key <AB04> { [ yacute, Yacute, v, V ] };
+ key <AB02> {[ udiaeresis, Udiaeresis, x, X ]};
+ key <AB03> {[ ccedilla, Ccedilla, c, C ]};
+ key <AB04> {[ yacute, Yacute, v, V ]};
- key <BKSL> { [ scedilla, Scedilla, backslash, bar ] };
+ key <BKSL> {[ scedilla, Scedilla, backslash, bar ]};
include "level3(ralt_switch)"
};
-// Turkmen Alt-Q Layout
-// This layout provides turkmen letter via the AltGr key
+// Turkmen Alt-Q.
+// This layout provides the Turkmen letters via the AltGr key.
partial
xkb_symbols "alt" {
include "us"
name[Group1]="Turkmen (Alt-Q)";
- key <AD06> { [ y, Y, yacute, Yacute ] };
- key <AD07> { [ u, U, udiaeresis, Udiaeresis ] };
- key <AD09> { [ o, O, odiaeresis, Odiaeresis ] };
+ key <AD06> {[ y, Y, yacute, Yacute ]};
+ key <AD07> {[ u, U, udiaeresis, Udiaeresis ]};
+ key <AD09> {[ o, O, odiaeresis, Odiaeresis ]};
- key <AC01> { [ a, A, adiaeresis, Adiaeresis ] };
- key <AC02> { [ s, S, scedilla, Scedilla ] };
+ key <AC01> {[ a, A, adiaeresis, Adiaeresis ]};
+ key <AC02> {[ s, S, scedilla, Scedilla ]};
- key <AB01> { [ z, Z, zcaron, Zcaron ] };
- key <AB03> { [ c, C, ccedilla, Ccedilla ] };
- key <AB06> { [ n, N, ncaron, Ncaron ] };
+ key <AB01> {[ z, Z, zcaron, Zcaron ]};
+ key <AB03> {[ c, C, ccedilla, Ccedilla ]};
+ key <AB06> {[ n, N, ncaron, Ncaron ]};
include "level3(ralt_switch)"
};