mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-02 15:40:19 +00:00
12 lines
219 B
Desktop File
12 lines
219 B
Desktop File
[Unit]
|
|
Description=Service to inject keycodes without the GUI application
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=keymapper.Control
|
|
ExecStart=/usr/bin/key-mapper-service
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
Alias=key-mapper.service
|