Re: InputManagers
Re: InputManagers
- Subject: Re: InputManagers
- From: Andrew Farmer <email@hidden>
- Date: Tue, 1 Aug 2006 02:37:47 -0700
On 01 Aug 06, at 02:09, Gerriet M. Denkmann wrote:
I heard some rumor that it is possible to modify an app by putting
some code into ~/Library/InputManagers.
I know that this is considered a bad hack...
Indeed, a very bad hack. Nevertheless, often a useful one.
So: is there any information (or some simple source code) available?
Yep. Mike Solomon has an excellent guide:
http://culater.net/wiki/moin.cgi/CocoaReverseEngineering
In brief, InputManagers can have their code automatically loaded into
all
Cocoa applications. This can be all sorts of useful if you're trying to
globally override some AppKit behavior. If you're just trying to
override
a behavior in one program, you may want to take a look at Unsanity's
APE,
which does some similar things on a per-application basis.
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >InputManagers (From: "Gerriet M. Denkmann" <email@hidden>) |