Re: MacOS Safari

2006-03-14 Thread Jamie Halmick
There was just a discussion where I showed that the meta key you can get with javascript does give you the apple/command key state. In fact I have a change in the code for my RoundCube install that uses the apple/command key instead of control and it works in Firefox and Safari. That way I can

Re: shift-select and control-select patch

2006-03-03 Thread Jamie Halmick
to support IE for Mac. Can any Mac users confirm on this page: http://www.quirksmode.org/js/events/keys.html that the keyCode for Command is 91? -Charles Jamie Halmick wrote: The standard behavior is for command-click to perform non-contiguous multiple select. shift-click performs contiguous

Re: shift-select and control-select patch

2006-03-03 Thread Jamie Halmick
than what I already have without having a Mac to test on. -Charles Jamie Halmick wrote: I tried applying these changes and the command key still doesn't do anything. If I use ctrl-click I get the desired behavior but no context-menu (maybe that's just a change in the newer app.js I

Re: shift-select and control-select patch

2006-03-02 Thread Jamie Halmick
This new select behavior is nice for contiguous selection but doesn't really work on Macintosh. When you control-click you get the context menu (right click for Mac). Can you add the behavior so that the Command key will do the same on the Mac as Control? : jamie I love deadlines. I

Re: shift-select and control-select patch

2006-03-02 Thread Jamie Halmick
situations as a Control, then that will be an easy change. The key is predictability. What I'm going for here is the exact same behavior in RC as in ... well whatever you Mac users use for e-mail. -Charles Jamie Halmick wrote: This new select behavior is nice for contiguous selection but doesn't