diff options
author | svu <svu> | 2005-01-16 02:18:20 +0000 |
---|---|---|
committer | svu <svu> | 2005-01-16 02:18:20 +0000 |
commit | 999e981f4c32cb6d3fda1a96c456fa25f18e475c (patch) | |
tree | 931b188b4990bb7f809bcaabe225bdc049d2d55c /symbols/tr | |
parent | 290f15c4d670ca8a2021ed8b18f82d90ea676bef (diff) |
introducing the consistency in the group names
Diffstat (limited to 'symbols/tr')
-rw-r--r-- | symbols/tr | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,7 +13,7 @@ xkb_symbols "basic" { include "latin" - name[Group1]="Turkey"; + name[Group1]="Turkish"; key <AE01> { [ 1, exclam, onesuperior, exclamdown ] }; key <AE02> { [ 2, apostrophe, sterling, twosuperior ] }; @@ -66,7 +66,7 @@ xkb_symbols "f" { include "latin" - name[Group1]="Turkey"; + name[Group1]="Turkish - (F)"; key <AE01> { [ 1, exclam, onesuperior, exclamdown ] }; key <AE02> { [ 2, quotedbl, twosuperior, VoidSymbol ] }; @@ -129,7 +129,7 @@ xkb_symbols "alt" { include "latin" - name[Group1]="Turkey"; + name[Group1]="Turkish - Alt-Q"; key <AE07> { [ 7, ampersand, lowleftcorner, upleftcorner ] }; key <AE08> { [ 8, asterisk, leftt, topt ] }; |