summaryrefslogtreecommitdiff
path: root/symbols/md
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2013-09-08 13:14:47 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2013-09-28 22:26:07 +0100
commit50a3d3d3ebef4f54e9fc525cf60fff55cead568a (patch)
tree1102e69ae63ead4cc29065a824160410fb2e0026 /symbols/md
parentf9bb852f42fde9a5c0eb937699a5fa46599929fe (diff)
downloadxkeyboard-config-50a3d3d3ebef4f54e9fc525cf60fff55cead568a.tar.gz
Many more removals of useless comments, and more alignments of braces.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'symbols/md')
-rw-r--r--symbols/md10
1 files changed, 4 insertions, 6 deletions
diff --git a/symbols/md b/symbols/md
index f7700e9..18b32fd 100644
--- a/symbols/md
+++ b/symbols/md
@@ -30,12 +30,10 @@ xkb_symbols "basic" {
partial alphanumeric_keys
xkb_symbols "gag" {
-include "level3(ralt_switch)"
-include "us(basic)"
+ include "us(basic)"
-name[Group1]="Moldavian (Gagauz)";
+ name[Group1]="Moldavian (Gagauz)";
- // Alphanumeric section
key <TLDE> { [ grave, asciitilde ] };
key <AE01> { [ 1, exclam ] };
key <AE02> { [ 2, quotedbl, at ] };
@@ -87,6 +85,6 @@ name[Group1]="Moldavian (Gagauz)";
key <AB10> { [ period, greater, slash ] };
key <BKSL> { [ backslash, bar ] };
- // End alphanumeric section
-
+
+ include "level3(ralt_switch)"
};