Re: key remapper
Re: key remapper
- Subject: Re: key remapper
- From: Takayama Fumihiko <email@hidden>
- Date: Tue, 14 Oct 2008 14:32:46 +0900
Hi,
You can use KeyRemap4MacBook to remap keys only some applications.
http://www.pqrs.org/tekezo/macosx/keyremap4macbook/index.html
The latest version has the following setting,
and you can also add new settings quickly.
http://www.pqrs.org/tekezo/macosx/keyremap4macbook/files/KeyRemap4MacBook-5.1.60.pkg.tar.gz
http://www.pqrs.org/tekezo/macosx/keyremap4macbook/files/KeyRemap4MacBook-5.1.60.tar.gz
- Remapping for Applications
- Enable at only Terminal
- Remap Command_L to Option_L
Regards,
Takayama Fumihiko
> Hi,
>
> I'm trying to write a kernel extension that remaps certain keys for a certain application. (Specifically, I want to switch Command and Option
> in Terminal.app. The system preferences let you do this, but only for all applications.) I haven't written kernel extensions before. I've got one working that can remap keys for all
applications. I did this by putting new functions in the _keyboardEventAction fields in the IOHIKeyboard objects. The new function changes the arguments before passing them through to the original
_keyboardEventAction.
>
> Now, the missing piece... how can I find out which application is in the foreground?
>
> thanks,
> Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >key remapper (From: Robert Nikander <email@hidden>) |