hosts/satori: random stuff, move modules
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
64
hosts/satori/colemak-dh
Normal file
64
hosts/satori/colemak-dh
Normal file
@@ -0,0 +1,64 @@
|
||||
default partial alphanumeric_keys modifier_keys
|
||||
xkb_symbols "basic" {
|
||||
name[Group1] = "English (US Colemak-DH)";
|
||||
|
||||
key <TLDE> { [ grave, asciitilde, dead_tilde, asciitilde ] };
|
||||
key <AE01> { [ 1, exclam, exclamdown, onesuperior ] };
|
||||
key <AE02> { [ 2, at, masculine, twosuperior ] };
|
||||
key <AE03> { [ 3, numbersign, ordfeminine, threesuperior ] };
|
||||
key <AE04> { [ 4, dollar, cent, sterling ] };
|
||||
key <AE05> { [ 5, percent, EuroSign, yen ] };
|
||||
key <AE06> { [ 6, asciicircum, hstroke, Hstroke ] };
|
||||
key <AE07> { [ 7, ampersand, eth, ETH ] };
|
||||
key <AE08> { [ 8, asterisk, thorn, THORN ] };
|
||||
key <AE09> { [ 9, parenleft, leftsinglequotemark, leftdoublequotemark ] };
|
||||
key <AE10> { [ 0, parenright, rightsinglequotemark, rightdoublequotemark ] };
|
||||
key <AE11> { [ minus, underscore, endash, emdash ] };
|
||||
key <AE12> { [ equal, plus, multiply, division ] };
|
||||
key <AD01> { [ q, Q, adiaeresis, Adiaeresis ] };
|
||||
key <AD02> { [ w, W, aring, Aring ] };
|
||||
key <AD03> { [ f, F, atilde, Atilde ] };
|
||||
key <AD04> { [ p, P, oslash, Ooblique ] };
|
||||
key <AD05> { [ b, B, dead_breve, asciitilde ] };
|
||||
key <AD06> { [ j, J, dstroke, Dstroke ] };
|
||||
key <AD07> { [ l, L, lstroke, Lstroke ] };
|
||||
key <AD08> { [ u, U, uacute, Uacute ] };
|
||||
key <AD09> { [ y, Y, udiaeresis, Udiaeresis ] };
|
||||
key <AD10> { [ semicolon, colon, odiaeresis, Odiaeresis ] };
|
||||
key <AD11> { [ bracketleft, braceleft, guillemotleft, 0x1002039 ] };
|
||||
key <AD12> { [ bracketright, braceright, guillemotright, 0x100203a ] };
|
||||
key <BKSL> { [ backslash, bar, asciitilde, asciitilde ] };
|
||||
key <AC01> { [ a, A, aacute, Aacute ] };
|
||||
key <AC02> { [ r, R, dead_grave, asciitilde ] };
|
||||
key <AC03> { [ s, S, ssharp, asciitilde ] };
|
||||
key <AC04> { [ t, T, dead_acute, dead_doubleacute ] };
|
||||
key <AC05> { [ g, G, dead_ogonek, asciitilde ] };
|
||||
key <AC06> { [ m, M, dead_macron, asciitilde ] };
|
||||
key <AC07> { [ n, N, ntilde, Ntilde ] };
|
||||
key <AC08> { [ e, E, eacute, Eacute ] };
|
||||
key <AC09> { [ i, I, iacute, Iacute ] };
|
||||
key <AC10> { [ o, O, oacute, Oacute ] };
|
||||
key <AC11> { [ apostrophe, quotedbl, otilde, Otilde ] };
|
||||
key <AB01> { [ z, Z, ae, AE ] };
|
||||
key <AB02> { [ x, X, dead_circumflex, asciitilde ] };
|
||||
key <AB03> { [ c, C, ccedilla, Ccedilla ] };
|
||||
key <AB04> { [ d, D, dead_diaeresis, asciitilde ] };
|
||||
key <AB05> { [ v, V, oe, OE ] };
|
||||
key <AB06> { [ k, K, dead_abovering, asciitilde ] };
|
||||
key <AB07> { [ h, H, dead_caron, asciitilde ] };
|
||||
key <AB08> { [ comma, less, dead_cedilla, asciitilde ] };
|
||||
key <AB09> { [ period, greater, dead_abovedot, asciitilde ] };
|
||||
key <AB10> { [ slash, question, questiondown, asciitilde ] };
|
||||
key <CAPS> { [ Caps_Lock, Caps_Lock, Caps_Lock, Caps_Lock ] };
|
||||
key <LSGT> { [ minus, underscore, endash, emdash ] };
|
||||
key <SPCE> { [ space, space, space, nobreakspace ] };
|
||||
include "level3(ralt_switch)"
|
||||
};
|
||||
|
||||
partial alphanumeric_keys
|
||||
xkb_symbols "ganda-dh" {
|
||||
include "us-colemak(basic)"
|
||||
name[Group1] = "English (US Ganda-DH)";
|
||||
key <CAPS> { [ BackSpace, BackSpace, BackSpace, BackSpace ] };
|
||||
include "level3(ralt_switch)"
|
||||
};
|
Reference in New Issue
Block a user