mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||
|
<busconfig>
|
||
|
<policy context="default">
|
||
|
<allow own="keymapper.Control"/>
|
||
|
<allow send_destination="keymapper.Control"/>
|
||
|
</policy>
|
||
|
</busconfig>
|