Chris:
FWIW Qt has addressed this with QtKeySequence, there is a table of key
bindings for standard keys here:
http://doc.trolltech.com/4.2/qkeysequence.html#details
Note that this table may be confusing:
> On Mac OS X, references to "Ctrl", Qt::CTRL, Qt::Control and
> Qt::ControlModifier c
Robin Dunn wrote:
> Christopher Barker wrote:
>> On the Mac, the default behavior should be for "command" to do
>> everything that "control" does on Windows and Linux, and "control"
>> should do nothing. The alt(option) key should do the same thing as alt
>> on the other platforms.
>>
>> This se
Christopher Barker wrote:
> Hi all
>
> I'm trying help out Rob McMullen get his "Peppy" editor working well on
> OS-X. I'm thinking about about key bindings.
>
> Apple has the "command" key, but also an "alt"(option) key and a
> "control" key. I kind of wish they had never introduced a control
Hi all
I'm trying help out Rob McMullen get his "Peppy" editor working well on
OS-X. I'm thinking about about key bindings.
Apple has the "command" key, but also an "alt"(option) key and a
"control" key. I kind of wish they had never introduced a control key,
but so be it.
Anyway, it seems th