summaryrefslogtreecommitdiff
path: root/symbols/lv
diff options
context:
space:
mode:
authorsvu <svu>2004-04-10 02:08:51 +0000
committersvu <svu>2004-04-10 02:08:51 +0000
commit9bbda6bfbcc29a575ea3b5cb7bd2553767e80d53 (patch)
tree8bc7094a3bc1cd14e8c652d0f4669f3371f80407 /symbols/lv
parentcfecfecb04a7c73bdd79e659b1d4f1192593ce8c (diff)
first feed-in of the layouts. The revolution is coming
Diffstat (limited to 'symbols/lv')
-rw-r--r--symbols/lv34
1 files changed, 34 insertions, 0 deletions
diff --git a/symbols/lv b/symbols/lv
new file mode 100644
index 00000000..850d8397
--- /dev/null
+++ b/symbols/lv
@@ -0,0 +1,34 @@
+
+// based on
+// Latvian keyboard map by Ilya Ketris <Ilya.Ketris@ipro.lv>
+//
+// $XFree86: xc/programs/xkbcomp/symbols/pc/lv,v 1.2 2002/11/22 04:03:28 dawes Exp $
+
+partial default alphanumeric_keys modifier_keys
+xkb_symbols "basic" {
+
+ include "pc/latin"
+
+ name[Group1]="Latvian";
+
+ key <AE04> { [ 4, dollar, EuroSign, cent ] };
+
+ key <AD03> { [ e, E, emacron, Emacron ] };
+ key <AD04> { [ r, R, rcedilla, Rcedilla ] };
+ key <AD07> { [ u, U, umacron, Umacron ] };
+ key <AD08> { [ i, I, imacron, Imacron ] };
+ key <AD09> { [ o, O, omacron, Omacron ] };
+
+ key <AC01> { [ a, A, amacron, Amacron ] };
+ key <AC02> { [ s, S, scaron, Scaron ] };
+ key <AC05> { [ g, G, gcedilla, Gcedilla ] };
+ key <AC08> { [ k, K, kcedilla, Kcedilla ] };
+ key <AC09> { [ l, L, lcedilla, Lcedilla ] };
+ key <AC11> { [apostrophe, quotedbl, leftdoublequotemark, doublelowquotemark ] };
+
+ key <AB01> { [ z, Z, zcaron, Zcaron ] };
+ key <AB03> { [ c, C, ccaron, Ccaron ] };
+ key <AB06> { [ n, N, ncedilla, Ncedilla ] };
+
+ include "level3(ralt_switch_multikey)"
+};