From 85f3173a1ed3362dd6abcc764835479a63cac8b8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 15 Feb 2014 22:36:59 +0100 Subject: Initial commit --- xkb/ryuk | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 xkb/ryuk (limited to 'xkb/ryuk') diff --git a/xkb/ryuk b/xkb/ryuk new file mode 100644 index 0000000..8781be7 --- /dev/null +++ b/xkb/ryuk @@ -0,0 +1,65 @@ +// ryuk symbols for xkb on X.Org Server 7.x +// 2014-02-11 Tom Willemse + +partial alphanumeric_keys +xkb_symbols "pcolemak" { + include "us" + name[Group1]= "English (ryuk)"; + + key { [ ampersand, percent, dead_tilde, asciitilde ] }; + key { [ bracketleft, 1, exclamdown, onesuperior ] }; + key { [ braceleft, 2, masculine, twosuperior ] }; + key { [ braceright, 3, ordfeminine, threesuperior ] }; + key { [ parenleft, 4, cent, sterling ] }; + key { [ equal, 5, EuroSign, yen ] }; + key { [ asterisk, 6, hstroke, Hstroke ] }; + key { [ parenright, 7, eth, ETH ] }; + key { [ plus, 8, thorn, THORN ] }; + key { [ bracketright, 9, leftsinglequotemark, leftdoublequotemark ] }; + key { [ exclam, 0, rightsinglequotemark, rightdoublequotemark ] }; + key { [ numbersign, grave, endash, emdash ] }; + key { [ dollar, asciitilde, multiply, division ] }; + + key { [ q, Q, adiaeresis, Adiaeresis ] }; + key { [ w, W, aring, Aring ] }; + key { [ f, F, atilde, Atilde ] }; + key { [ p, P, oslash, Ooblique ] }; + key { [ g, G, dead_ogonek, asciitilde ] }; + key { [ j, J, dstroke, Dstroke ] }; + key { [ l, L, lstroke, Lstroke ] }; + key { [ u, U, uacute, Uacute ] }; + key { [ y, Y, udiaeresis, Udiaeresis ] }; + key { [ semicolon, colon, odiaeresis, Odiaeresis ] }; + key { [ minus, underscore, guillemotleft, 0x1002039 ] }; + key { [ at, asciicircum, guillemotright, 0x100203a ] }; + key { [ backslash, bar, asciitilde, asciitilde ] }; + + key { [ a, A, aacute, Aacute ] }; + key { [ r, R, dead_grave, asciitilde ] }; + key { [ s, S, ssharp, asciitilde ] }; + key { [ t, T, dead_acute, dead_doubleacute ] }; + key { [ d, D, dead_diaeresis, asciitilde ] }; + key { [ h, H, dead_caron, asciitilde ] }; + key { [ n, N, ntilde, Ntilde ] }; + key { [ e, E, eacute, Eacute ] }; + key { [ i, I, iacute, Iacute ] }; + key { [ o, O, oacute, Oacute ] }; + key { [ apostrophe, quotedbl, otilde, Otilde ] }; + + key { [ z, Z, ae, AE ] }; + key { [ x, X, dead_circumflex, asciitilde ] }; + key { [ c, C, ccedilla, Ccedilla ] }; + key { [ v, V, oe, OE ] }; + key { [ b, B, dead_breve, asciitilde ] }; + key { [ k, K, dead_abovering, asciitilde ] }; + key { [ m, M, dead_macron, asciitilde ] }; + key { [ comma, less, dead_cedilla, asciitilde ] }; + key { [ period, greater, dead_abovedot, asciitilde ] }; + key { [ slash, question, questiondown, asciitilde ] }; + + key { [ BackSpace, BackSpace, BackSpace, BackSpace ] }; + key { [ minus, underscore, endash, emdash ] }; + key { [ space, space, space, nobreakspace ] }; + + include "level3(ralt_switch)" +}; -- cgit v1.2.3-54-g00ecf