Add mac app agent and Terminal.app specific keybinds
This commit is contained in:
21
mac-agent/com.user.kb-focus.plist
Normal file
21
mac-agent/com.user.kb-focus.plist
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.user.kb-focus</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/bin/python3</string>
|
||||
<string>kb-focus.py</string>
|
||||
</array>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/Users/USER/keyboard/mac-agent</string>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>StandardOutPath</key>
|
||||
<string>/tmp/kb-focus.stdout.log</string>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/tmp/kb-focus.stderr.log</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user