added xkb
This commit is contained in:
16
nixos/xkb/compat/ledcompose
Normal file
16
nixos/xkb/compat/ledcompose
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user