From e11e72222237c9b95cd2242aec88421a3dee3452 Mon Sep 17 00:00:00 2001
From: nyamatongwe SCK_WIN.
The modifiers are a combination of zero or more of SCMOD_ALT,
- SCMOD_CTRL, and SCMOD_SHIFT. If you are building a table, you might
+ SCMOD_CTRL, SCMOD_SHIFT, and SCMOD_META.
+ On OS X, the Command key is mapped to SCMOD_CTRL and the Control key to
+ SCMOD_META.
+ If you are building a table, you might
want to use SCMOD_NORM, which has the value 0, to mean no modifiers.