xkeyboard-config/symbols gb,1.11,1.12
"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 1 Apr 2008 14:19:38 -0700 (PDT)
| Newsgroups | gmane.comp.freedesktop.xlibs.cvs |
|---|---|
| Message-ID | <[email protected]> |
--===============1743871214==
Committed by: svu
Update of /cvs/xkeyboard-config/xkeyboard-config/symbols
In directory kemper:/tmp/cvs-serv3328/symbols
Modified Files:
gb
Log Message:
added gb(colemak), b.fd.o#15303
Index: gb
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/gb,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gb 3 Oct 2006 22:25:41 -0000 1.11
+++ gb 1 Apr 2008 21:23:40 -0000 1.12
@@ -61,6 +61,29 @@
include "level3(ralt_switch)"
};
+// Describe the differences between the US Colemak layout
+// and a UK variant. By Andy Buckley ([email protected])
+
+partial alphanumeric_keys
+xkb_symbols "colemak" {
+ include "us(colemak)"
+
+ name[Group1]="United Kingdom - Colemak";
+
+ key <AE02> { [ 2, quotedbl, twosuperior, oneeighth ] };
+ key <AE03> { [ 3, sterling, threesuperior, sterling ] };
+ key <AE04> { [ 4, dollar, EuroSign, onequarter ] };
+
+ key <AC11> { [apostrophe, at, dead_circumflex, dead_caron] };
+ key <TLDE> { [ grave, notsign, bar, bar ] };
+
+ key <BKSL> { [numbersign, asciitilde, dead_grave, dead_breve ] };
+ key <LSGT> { [ backslash, bar, bar, brokenbar ] };
+
+ include "level3(ralt_switch_multikey)"
+};
+
+
// Dvorak (UK) keymap (by odaen) allowing the usage of
// the £ and ? key and swapping the @ and " keys.
--===============1743871214==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
xlibs-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xlibs-commit
--===============1743871214==--