First commit
This commit is contained in:
commit
aa9ca5cf31
3 changed files with 50 additions and 0 deletions
22
eyy
Normal file
22
eyy
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// n ab06 q ad01
|
||||
partial modifier_keys
|
||||
xkb_symbols "eyymacs" {
|
||||
include "us(basic)"
|
||||
name[Group1] = "English (eyymacs)";
|
||||
|
||||
key <TAB> { [ Tab ] };
|
||||
key <CAPS> { [ Control_L ] };
|
||||
|
||||
key <AD09> {[ o, O, U00F3, U00D3 ]};
|
||||
key <AD08> {[ i, I, U00ED, U00CD ]};
|
||||
key <AD03> {[ e, E, U00E9, U00C9 ]};
|
||||
key <AC01> {[ a, A, U00E1, U00C1 ]};
|
||||
key <AD07> {[ u, U, U00FA, U00DA ]};
|
||||
key <AB06> {[ n, N, U00F1, U00D1 ]};
|
||||
key <AE02> {[ 2, at, U00FC, U00DC ]};
|
||||
key <AE03> {[ 3, numbersign, U20AC, U20AC ]};
|
||||
|
||||
modifier_map Control { <CAPS> };
|
||||
//include "eurosign(3)"
|
||||
include "level3(ralt_switch)"
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue