Created
August 10, 2017 17:20
-
-
Save ben-turner/585e5c07eeaf801d1e9b9cd52517e7b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xkb_symbols "turner" { | |
name[Group1]= "English (Turner)"; | |
key <AD01> { [ q, Q, asciicircum, grave ] }; | |
key <AD02> { [ w, W, asciitilde ] }; | |
key <AD03> { [ e, E, numbersign ] }; | |
key <AD04> { [ r, R, percent ] }; | |
key <AD05> { [ t, T, dollar, Tab ] }; | |
key <AD08> { [ y, Y, slash, backslash ] }; | |
key <AD09> { [ u, U, minus, underscore ] }; | |
key <AD10> { [ i, I, plus, Insert ] }; | |
key <AD11> { [ o, O, asterisk ] }; | |
key <AD12> { [ p, P, equal ] }; | |
key <CAPS> { [ BackSpace, BackSpace, BackSpace, Delete ] }; | |
key <AC01> { [ a, A, 1, Home ] }; | |
key <AC02> { [ s, S, 2, Prior ] }; | |
key <AC03> { [ d, D, 3, Next ] }; | |
key <AC04> { [ f, F, 4, End ] }; | |
key <AC05> { [ g, G, 5 ] }; | |
key <AC06> { [ Escape, Escape, Escape, Escape ] }; | |
key <AC07> { [ semicolon, colon, 6 ] }; | |
key <AC08> { [ h, H, 7, Left ] }; | |
key <AC09> { [ j, J, 8, Down ] }; | |
key <AC10> { [ k, K, 9, Up ] }; | |
key <AC11> { [ l, L, 0, Right ] }; | |
key <RTRN> { [ space, Tab, Return ] }; | |
key <AB01> { [ z, Z, braceleft, braceright ] }; | |
key <AB02> { [ x, X, bracketleft, bracketright ] }; | |
key <AB03> { [ c, C, parenleft, parenright ] }; | |
key <AB04> { [ v, V, less, greater ] }; | |
key <AB07> { [ b, B, exclam, question ] }; | |
key <AB08> { [ n, N, ampersand, bar ] }; | |
key <AB09> { [ m, M, apostrophe, quotedbl ] }; | |
key <AB10> { [ period, comma, at ] }; | |
key <AB11> { [ return ] }; | |
key <SPCE> { [ Shift_L ] }; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment