Skip navigation.
 
mlChanging Services HotKey at Runtime
FROM : Xavier Snark
DATE : Wed Nov 19 13:49:03 2008

Greetings,

In my application I would like to change the Services Hotkey combination
at runtime. So far, the only Apple documentation that I have found states
that the hotkey is configured via the Info.plist file in the application
bundle.

http://developer.apple.com/documentation/Cocoa/Conceptual/SysServices/Concepts/properties.html

Changing the application bundle at runtime will violate code-sign.

I've been told my responses to a previous question that I should be
setting user configurable data in defaults. That's fine, (I'm already
using it for other user-configurable parameters), but I can't find any
information that discusses how to use defaults as a means to configure
Services parameters. Can anyone direct me to documentation for this?

X
--

Related mailsAuthorDate
mlChanging Services HotKey at Runtime Xavier Snark Nov 19, 13:49
mlRe: Changing Services HotKey at Runtime Peter Ammon Nov 19, 22:30
mlRe: Changing Services HotKey at Runtime Jean-Daniel Dupas Nov 19, 23:13