From: Henrik V. <hv...@ya...> - 2001-02-19 17:56:55
|
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 :) =20 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=E5glin [ hv...@ya... ] ----- Original Message -----=20 From: "Liam Clancy" <met...@ma...> To: "dynapi dev lists.sourceforge.net" = <dyn...@li...> Sent: Monday, February 19, 2001 2:39 PM Subject: [Dynapi-Dev] ccreation extension on Mac >=20 > Tested the online version with: >=20 > A-Z, 0-9, Shift, Ctrl, Option/Alt, Apple/Command, Enter, Arrow keys, = Return, > Tab, Space >=20 > 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 >=20 > E.g. Alt and Y returns value for normal Y >=20 > NN47Mac - all normal keys return a value immediately, but the modifier = keys > require a simultaneous normal key press to return a value: >=20 > 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) >=20 > Liam >=20 > --=20 > "Everything in moderation ... including moderation" >=20 > pgp on request >=20 >=20 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev >=20 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |