Type: info
Title: KEY_CONTROLMOD vanishes
Posted by: [EMAIL PROTECTED]
Affected: rsc, sw, vcl
Effective from: aquavcl04
*Summary*
--------
-KEY_CONTROLMOD
-KeyCode::IsControlMod()
-KEY_MOD5
-KeyCode::IsMod5()
+KEY_MOD3
+KeyCode::IsMod3()
*Description*
-------------
For the mac we need to support a third modifier key (the command or
"apple" key). This was temporarily named "MOD5" for platform reasons
and replaced KEY_CONTROLMOD.
KEY_CONTROLMOD does not have any proper use case, so it gets replaced
by KEY_MOD3 on all platforms. The unfortunate naming of KEY_MOD5 gets
changed to KEY_MOD3 (so we have KEY_MOD 1 to 3 instead of 1,2,5)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]