@vyp Could you take a look at this PR?
How do I test this PR? The NixOS configuration will look something like this:
services.interception-tools = {
enable = true;
plugins = [ pkgs.interception-tools-plugins.dual-functions-keys ];
udevmonConfig = ''
- JOB: "intercept -g $DEVNODE | dual-function-keys -c /home/svend/.dual-function-keys.yaml | uinput -d $DEVNODE"
DEVICE:
EVENTS:
EV_KEY: [KEY_ENTER]
'';
};
But I'm not sure how to get my NixOS to build off a local configuration.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.