Thanx for the report Liam. I'm glad that it at least seems to be mostly working as 
intended on Mac and nearly as good as on the PC in the both major browsers. (if I 
didn't get you totally wrong that is ;)

I dunno why I wasn't able to restrict what keys are releasing the alert keycode 
message (it was meant ot only be triggered on char keys keycodes)

Now ALT isn't made to be recognized a modifier key because of its lacking support in 
NS4.x (although a lot of articles suggests it to be the most cross-platform/-browser 
key).

Return/Enter maybe should've been a key property, but it seems too hard/impossible to 
get it working as intended for all systems.

Dunno if it's really to be considered a bug that modifier key + char key returns 
values and actions like it does. I think with a better example (and whose to blame but 
me :) where a event was actually assigned this wouldn't be a problem, though I have a 
feeling the best thing is to not use the modifier keys in combos, but rather as 
toggling between different control modes.

Thanks a lot for the test anyways :)  

Next thing up to solve is NS6-compability - a hard bullet to avoid, considering the 
vast and insuficient documentation on the issue (and how far is dynapi supporting it 
in this state of development?).

Henrik Våglin [ [EMAIL PROTECTED] ]

----- Original Message ----- 
From: "Liam Clancy" <[EMAIL PROTECTED]>
To: "dynapi dev lists.sourceforge.net" <[EMAIL PROTECTED]>
Sent: Monday, February 19, 2001 2:39 PM
Subject: [Dynapi-Dev] ccreation extension on Mac


> 
> Tested the online version with:
> 
> A-Z, 0-9, Shift, Ctrl, Option/Alt, Apple/Command, Enter, Arrow keys, Return,
> Tab, Space
> 
> IE5Mac - all modifier keys and normal key codes return a value immediately,
> including the Apple key (code 91), Shift causes an Alert 'SHIFT!', Ctrl
> moves the layer.
> But the key codes for simultaneous keys only return the normal key value
> 
> E.g. Alt and Y returns value for normal Y
> 
> NN47Mac - all normal keys return a value immediately, but the modifier keys
> require a simultaneous normal key press to return a value:
> 
> E.g. SHIFT and Y returns 'SHIFT!' and no key code
>      Ctrl and Y moves the layer and return Y's normal key-code
>      Alt and Y returns special char key code (180 rather than 121)
> 
> Liam
> 
> -- 
> "Everything in moderation ... including moderation"
> 
> pgp on request
> 
> 
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
> 


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to