09-20-2012, 01:34 PM
(This post was last modified: 09-01-2022, 01:01 AM by Fearless Community.
Edit Reason: Checked Encoding
)
that's what i want to code.
I took the liberty of taking out a pice of code from the command "log me out". This code under here is the whole code for the command.
I took the liberty of taking out a pice of code from the command "log me out". This code under here is the whole code for the command.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>DefaultCommandName</key>
<string>Log out</string>
<key>alternativeSpokenFeedback</key>
<string>Logging out.</string>
<key>alternativeFeedback</key>
<string>...logging out</string>
<key>KeyPressArray</key>
<array>
<dict>
<key>CommandKeyDown</key>
<true/>
<key>ControlKeyDown</key>
<false/>
<key>OptionKeyDown</key>
<false/>
<key>ShiftKeyDown</key>
<true/>
<key>VirtualKeyCode</key>
<integer>12</integer>
</dict>
</array>
</dict>
</plist>