Finding keyboard state in Cocoa
Finding keyboard state in Cocoa
- Subject: Finding keyboard state in Cocoa
- From: "Tony" <email@hidden>
- Date: Sun, 26 Aug 2001 01:03:48 -0400
AFAIC currently you must use Carbon GetKey to find, for example,
Caps Lock key state. Cocoa keyDown would not be called if you press
Shift key.
As there are apps where this functionality is important, mine being
one of them, are there plans to add it to Cocoa or are there ways
to get it that I am unaware of?
Thanks,
Tony