summaryrefslogtreecommitdiff
path: root/symbols/tm
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2014-02-02 15:12:52 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-02-02 20:40:29 +0000
commitf0cf10e982b134fd6cdaab005f3708f74dbbac3b (patch)
tree7cb3e8a8c0bce78f446942e91cd8c43804abfd4a /symbols/tm
parent200373080d95643b7c433762a49167ef0a417765 (diff)
downloadxkeyboard-config-f0cf10e982b134fd6cdaab005f3708f74dbbac3b.tar.gz
symbols/??: Putting the name of the layout *after* the main include.
To avoid this name getting overridden by the name in the include, so that 'xkbcomp -xkb' can report the actual name of the layout used. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'symbols/tm')
-rw-r--r--symbols/tm6
1 files changed, 3 insertions, 3 deletions
diff --git a/symbols/tm b/symbols/tm
index e861b35..6c71f48 100644
--- a/symbols/tm
+++ b/symbols/tm
@@ -3,9 +3,10 @@
// Default layout (based on Vista Turkmen layout)
default partial
xkb_symbols "basic" {
- name[Group1]="Turkmen";
include "us"
+ name[Group1]="Turkmen";
+
key <TLDE> { [ zcaron, Zcaron, grave, asciitilde ] };
key <AD01> { [ adiaeresis, Adiaeresis, q, Q ] };
@@ -25,9 +26,9 @@ xkb_symbols "basic" {
// This layout provides turkmen letter via the AltGr key
partial
xkb_symbols "alt" {
- name[Group1]="Turkmen (Alt-Q)";
include "us"
+ name[Group1]="Turkmen (Alt-Q)";
key <AD06> { [ y, Y, yacute, Yacute ] };
key <AD07> { [ u, U, udiaeresis, Udiaeresis ] };
@@ -41,5 +42,4 @@ xkb_symbols "alt" {
key <AB06> { [ n, N, ncaron, Ncaron ] };
include "level3(ralt_switch)"
-
};