Re: Keyboard Localizations
Re: Keyboard Localizations
- Subject: Re: Keyboard Localizations
- From: Hidetomo Katsura <email@hidden>
- Date: Fri, 23 Dec 2005 10:45:18 -0800
use UCKeyTranslate() for Unicode keyboard layouts or KeyTranslate()
for non-Unicode keyboard layouts to convert a key code to a character
(or characters).
and use Keyboard Layout Services to get the keyboard layout.
http://developer.apple.com/documentation/Carbon/Reference/
KeyboardLayoutServices/Reference/reference.html
katsura
On Dec 22, 2005, at 10:34 PM, Nik Youdale wrote:
Hello,
I am trying to mimic the functionality of the Apple keyboard viewer
and would like to discover how physical keyboard keys are tied to
different characters in different localisation. Eg, how can I find
out what character the key "a" will trigger when in the Russian or
Japanese localisation without actually pressing the key?
Cheers,
Nik
_______________________________________________
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