partial default alphanumeric_keys xkb_symbols "minimak-4" { // Describes the differences between a basic US keyboard layout and // Minimak-4 include "us(basic)" name[Group1]="English (US, Minimak-4)"; key { [ d, D ] }; key { [ k, K ] }; key { [ t, T ] }; key { [ e, E ] }; include "level3(ralt_switch_multikey)" }; partial default alphanumeric_keys xkb_symbols "minimak-8" { // Describes the differences between a basic US keyboard layout and // Minimak-8 include "us(basic)" name[Group1]="English (US, Minimak-8)"; key { [ d, D ] }; key { [ k, K ] }; key { [ l, L ] }; key { [ t, T ] }; key { [ n, N ] }; key { [ e, E ] }; key { [ o, O ] }; key { [ j, J ] }; include "level3(ralt_switch_multikey)" }; partial default alphanumeric_keys xkb_symbols "minimak-12" { // Describes the differences between a basic US keyboard layout and // Minimak-12 include "us(basic)" name[Group1]="English (US, Minimak-12)"; key { [ d, D ] }; key { [ f, F ] }; key { [ k, K ] }; key { [ l, L ] }; key { [ semicolon, colon ] }; key { [ t, T ] }; key { [ r, R ] }; key { [ n, N ] }; key { [ e, E ] }; key { [ o, O ] }; key { [ p, P ] }; key { [ j, J ] }; include "level3(ralt_switch_multikey)" };