diff options
author | homocomputeris <homocomputeris+git@gmail.com> | 2020-02-26 21:50:59 +0000 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2020-02-26 21:50:59 +0000 |
commit | 9692f00a9682cb4c85cf048ccccbfd1408008768 (patch) | |
tree | 1e4750e8a492eb5b580f6eaa734f14b54da395e7 /symbols/mt | |
parent | b0c1fa1d2e0c3cfd43b1f687bcfe11a5c01bf892 (diff) |
Update, format, and unify layout descriptions
Diffstat (limited to 'symbols/mt')
-rw-r--r-- | symbols/mt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,7 +48,7 @@ xkb_symbols "us" { // Describes the differences between the mt // keyboard and a US-based physical keyboard - name[Group1]="Maltese (with US layout)"; + name[Group1]="Maltese (US)"; // The following four sets are the four additional letters, with the US // equivalents @@ -118,7 +118,7 @@ xkb_symbols "alt-gb" { include "gb(basic)" include "level3(ralt_switch)" - name[Group1]="Maltese (UK layout with AltGr overrides)"; + name[Group1]="Maltese (UK, with AltGr overrides)"; // Currency symbols key <AE03> { [ 3, sterling, numbersign, NoSymbol ] }; @@ -188,7 +188,7 @@ xkb_symbols "alt-gb" { include "gb(basic)" include "level3(ralt_switch)" - name[Group1]="Maltese (UK layout with AltGr overrides)"; + name[Group1]="Maltese (UK, with AltGr overrides)"; // Currency symbols key <AE03> { [ 3, sterling, numbersign, NoSymbol ] }; |