mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-22 13:14:57 +02:00
🚀 feat(kali): thanks to kalilinux.org
This commit is contained in:
22
usr/lib/win-kex/VcXsrv/xkbdata/symbols/mao
Executable file
22
usr/lib/win-kex/VcXsrv/xkbdata/symbols/mao
Executable file
@@ -0,0 +1,22 @@
|
||||
default partial alphanumeric_keys
|
||||
xkb_symbols "basic" {
|
||||
|
||||
// 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