nitpicker: Support for global keys

This commit is contained in:
Norman Feske
2013-09-06 17:34:16 +02:00
parent afbd7ea50e
commit 20daeb6d16
7 changed files with 403 additions and 81 deletions

View File

@@ -102,6 +102,15 @@ append config {
<start name="nitpicker">
<resource name="RAM" quantum="1M"/>
<provides><service name="Nitpicker"/></provides>
<config>
<global-keys>
<key name="KEY_SCROLLLOCK" operation="xray" />
<key name="KEY_SYSRQ" operation="kill" />
<key name="KEY_PRINT" operation="kill" />
<key name="KEY_F11" operation="kill" />
<key name="KEY_F12" operation="xray" />
</global-keys>
</config>
</start>
<start name="launchpad">
<resource name="RAM" quantum="32M"/>