Ask a Question related to Mac Programming, Design and Development.
-
matt neuburg #1
Re: POSTEVENT and modifier keys
In <1ec975dc.0308241749.2763c708@posting.google.com > patric wrote:
"The PostEvent function fills out the when, where, and modifiers fields> I have been using postevent in realbasic to send key down events to
> the event queu. Does anyone know how to include modifier keys in the
> routine? I am sending a keycode/ascii character as the eventmsg. Is
> there a way to specify the combination of the command and option keys?
of the event record with the current time, current mouse location, and
current state of the modifier keys and mouse button."
[url]http://developer.apple.com/documentation/mac/Toolbox/Toolbox-67.html[/url]
m.
--
matt neuburg, phd = [email]matt@tidbits.com[/email], [url]http://www.tidbits.com/matt[/url]
REALbasic: The Definitive Guide! 2nd edition!
[url]http://www.amazon.com/exec/obidos/ASIN/0596001770/somethingsbymatt[/url]
Subscribe to TidBITS. It's free and smart.
matt neuburg Guest
-
Determining all shortcut keys in use (including Function keys)?
I'm creating a Windows Acrobat 8 plug-in and would like to know how to find all the current shortcut keys. The Acrobat 8 SDK's Developing Plug-ins... -
Using modifier keys in the Layer palette = problems!
In pre-CS AI I'm sure I used to be able to use the modifier keys in the layer palette's sub-layers to turn on/off all other layers except the target... -
#inker modifier
hi there all I would like to know, if I can set width of line within Inker modifier ? I can set color, but nothing more.. (somethink like this:... -
Modifier Keys (Command Option Shift) failing in FH10 OSX 10.1
Couldn't find any other topic related to my problem... this was close, so rather than start a new thread, I'm responding to this one. If readers know... -
#21788 [Sus->WFx]: array_multisort() changes array keys unexpectedly given numeric strings as keys
ID: 21788 Updated by: sniper@php.net Reported By: jon at inet-specialists dot com -Status: Suspended +Status: ... -
David Phillip Oster #2
Re: POSTEVENT and modifier keys
In article <20030824212234163-0700@news.la.sbcglobal.net>,
matt neuburg <matt@tidbits.com> wrote:
So use PPostEvent:> In <1ec975dc.0308241749.2763c708@posting.google.com > patric wrote:>> > I have been using postevent in realbasic to send key down events to
> > the event queu. Does anyone know how to include modifier keys in the
> > routine? I am sending a keycode/ascii character as the eventmsg. Is
> > there a way to specify the combination of the command and option keys?
> "The PostEvent function fills out the when, where, and modifiers fields
> of the event record with the current time, current mouse location, and
> current state of the modifier keys and mouse button."
>
> [url]http://developer.apple.com/documentation/mac/Toolbox/Toolbox-67.html[/url]
"The PPostEvent function returns a pointer to the event queue entry of
the posted event in the qEl parameter. You can change any fields of the
posted event by changing the fields of its event queue entry. For
example, you can change the posted eventıs modifier keys by changing the
value of the evtQModifiers field of the event queue entry."
[url]http://developer.apple.com/documentation/mac/Toolbox/Toolbox-66.html[/url]
-- David Phillip Oster
David Phillip Oster Guest



Reply With Quote

