restruct
This commit is contained in:
31
nixos/hosts/adampad/xkb/symbols/nz
Normal file
31
nixos/hosts/adampad/xkb/symbols/nz
Normal file
@@ -0,0 +1,31 @@
|
||||
// Keyboard layouts for New Zealand.
|
||||
|
||||
default
|
||||
xkb_symbols "basic" {
|
||||
|
||||
include "us(basic)"
|
||||
|
||||
name[Group1]= "English (New Zealand)";
|
||||
};
|
||||
|
||||
xkb_symbols "mao" {
|
||||
|
||||
// Adds the macrons needed for the Maori language to
|
||||
// a simple US keyboard layout.
|
||||
|
||||
include "latin"
|
||||
|
||||
name[Group1]="Maori";
|
||||
|
||||
key <AC01> { [ a, A, amacron, Amacron ] };
|
||||
key <AD03> { [ e, E, emacron, Emacron ] };
|
||||
key <AD08> { [ i, I, imacron, Imacron ] };
|
||||
|
||||
key <AD09> { [ o, O, omacron, Omacron ] };
|
||||
key <AD07> { [ u, U, umacron, Umacron ] };
|
||||
|
||||
key <RALT> { type[Group1]="TWO_LEVEL",
|
||||
[ ISO_Level3_Shift, Multi_key ] };
|
||||
|
||||
modifier_map Mod5 { <RALT> };
|
||||
};
|
||||
Reference in New Issue
Block a user