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