services.evremap.settings.remap
List of remappings.
- Type
list of (submodule)- Default
[ ]- Example
[ { input = [ "KEY_LEFTALT" "KEY_UP" ]; output = [ "KEY_PAGEUP" ]; } ]- Declared
- <nixpkgs/nixos/modules/services/misc/evremap.nix>
List of remappings.
list of (submodule)[ ][
{
input = [
"KEY_LEFTALT"
"KEY_UP"
];
output = [
"KEY_PAGEUP"
];
}
]