mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-22 05:04:56 +02:00
17 lines
305 B
Plaintext
Executable File
17 lines
305 B
Plaintext
Executable File
|
|
default partial xkb_compatibility "compose" {
|
|
|
|
virtual_modifiers Compose;
|
|
|
|
interpret Multi_key+Any {
|
|
virtualModifier= Compose;
|
|
action = LatchMods(modifiers=modMapMods);
|
|
};
|
|
|
|
indicator "Compose" {
|
|
allowExplicit;
|
|
whichModState= Latched;
|
|
modifiers= Compose;
|
|
};
|
|
};
|