Re: Keyboard management?
Re: Keyboard management?
- Subject: Re: Keyboard management?
- From: Aki Inoue <email@hidden>
- Date: Mon, 16 Sep 2002 10:40:22 -0700
Currently there's no way to query the current keyboard in Cocoa.
If you want to do Cmd+space/Cmd+Alt+space, you can use NSInputManager.
+[NSInputManager cycleToNextInputLanguage:] and +[NSInputManager
cycleToNextInputServerInLanguage:] respectively.
Aki
On 2002.9.14, at 05:32 AM, Ondra Cada wrote:
Hello,
is there any way to get the current keyboard, and to switch to another
(ie.
to mimic programmatically Cmd-Space and Cmd-Alt-Space)?
TIA,
---
Ondra Hada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.