Created
October 14, 2015 16:31
-
-
Save anonymous/67b10aba7c5db1ff775e to your computer and use it in GitHub Desktop.
custom keyboard layout (HJKL as arrows)
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
default partial alphanumeric_keys | |
xkb_symbols "basic" { | |
name[Group1]= "XX Marcelo (International)"; | |
key <TLDE> { [ dead_circumflex, quotedbl, apostrophe, section ] }; | |
key <AE01> { [ 1, exclam, onesuperior, exclamdown ] }; | |
key <AE02> { [ 2, at, twosuperior, oneeighth ] }; | |
key <AE03> { [ 3, numbersign, threesuperior, sterling ] }; | |
key <AE04> { [ 4, dollar, foursuperior, dollar ] }; | |
key <AE05> { [ 5, percent, fivesuperior, threeeighths ] }; | |
key <AE06> { [ 6, ampersand, sixsuperior, fiveeighths ] }; | |
key <AE07> { [ 7, notsign, sevensuperior, seveneighths ] }; | |
key <AE08> { [ 8, parenleft, bracketleft, braceleft ] }; | |
key <AE09> { [ 9, parenright, bracketright, braceright ] }; | |
key <AE10> { [ 0, equal, braceright, degree ] }; | |
key <AE11> { [ minus, underscore, slash, backslash ] }; | |
key <AE12> { [ plus, asterisk, dead_cedilla, dead_ogonek ] }; | |
key <AD01> { [ q, Q, at, Greek_OMEGA ] }; | |
key <AD02> { [ w, W, question, questiondown ] }; | |
key <AD03> { [ e, E, EuroSign, sterling ] }; | |
key <AD04> { [ r, R, paragraph, registered ] }; | |
key <AD05> { [ t, T, tslash, Tslash ] }; | |
key <AD06> { [ z, Z, leftarrow, yen ] }; | |
key <AD07> { [ u, U, downarrow, uparrow ] }; | |
key <AD08> { [ i, I, rightarrow, idotless ] }; | |
key <AD09> { [ o, O, oslash, Ooblique ] }; | |
key <AD10> { [ p, P, thorn, THORN ] }; | |
key <AD11> { [ dead_acute, dead_grave, dead_diaeresis, dead_abovering ] }; | |
key <AD12> { [ dead_caron, braceright, dead_tilde, dead_macron ] }; | |
key <AC01> { [ a, A, U2090, U03B1 ] }; | |
key <AC02> { [ s, S, ssharp, section ] }; | |
key <AC03> { [ d, D, eth, ETH ] }; | |
key <AC04> { [ f, F, dstroke, ordfeminine ] }; | |
key <AC05> { [ g, G, eng, ENG ] }; | |
key <AC06> { [ h, H, Left, Left ] }; | |
key <AC07> { [ j, J, Down, Down ] }; | |
key <AC08> { [ k, K, Up, Up ] }; | |
key <AC09> { [ l, L, Right, Right ] }; | |
key <AC10> { [ dead_diaeresis, quotedbl, apostrophe, dead_doubleacute ] }; | |
key <AC11> { [ dead_tilde, dead_circumflex, dead_caron ] }; | |
key <BKSL> { [ numbersign, bar, dead_grave, dead_breve ] }; | |
key <LSGT> { [ less, greater, backslash, bar ] }; | |
key <AB01> { [ y, Y, guillemotleft, guillemotright ] }; | |
key <AB02> { [ x, X, U2093 ] }; | |
key <AB03> { [ c, C, ccedilla, Ccedilla ] }; | |
key <AB04> { [ v, V, leftdoublequotemark, leftsinglequotemark ] }; | |
key <AB05> { [ b, B, rightdoublequotemark, rightsinglequotemark ] }; | |
key <AB06> { [ n, N, U2099, U207F ] }; | |
key <AB07> { [ m, M, mu, masculine ] }; | |
key <AB08> { [ comma, semicolon, slash, division ] }; | |
key <AB09> { [ period, colon, periodcentered, multiply ] }; | |
key <AB10> { [ minus, underscore, plus, asterisk ] }; | |
include "level3(ralt_switch)" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment