/usr/share/plasma/services/statusnotifieritem.operations is in plasma-workspace 4:5.12.4-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
<group name="Activate">
<entry name="x" type="int" />
<entry name="y" type="int" />
</group>
<group name="SecondaryActivate">
<entry name="x" type="int" />
<entry name="y" type="int" />
</group>
<group name="Scroll">
<entry name="delta" type="int" />
<entry name="direction" type="string" />
</group>
<group name="ContextMenu">
<entry name="x" type="int" />
<entry name="y" type="int" />
</group>
</kcfg>
|