static KeyCombination.Modifier | 
KeyCombination.ALT_ANY | 
 Modifier which specifies that the alt key can be either up or
 down. 
 | 
static KeyCombination.Modifier | 
KeyCombination.ALT_DOWN | 
 Modifier which specifies that the alt key must be down. 
 | 
static KeyCombination.Modifier | 
KeyCombination.CONTROL_ANY | 
 Modifier which specifies that the control key can be either up or
 down. 
 | 
static KeyCombination.Modifier | 
KeyCombination.CONTROL_DOWN | 
 Modifier which specifies that the control key must be down. 
 | 
static KeyCombination.Modifier | 
KeyCombination.META_ANY | 
 Modifier which specifies that the meta key can be either up or
 down. 
 | 
static KeyCombination.Modifier | 
KeyCombination.META_DOWN | 
 Modifier which specifies that the meta key must be down. 
 | 
static KeyCombination.Modifier | 
KeyCombination.SHIFT_ANY | 
 Modifier which specifies that the shift key can be either up or
 down. 
 | 
static KeyCombination.Modifier | 
KeyCombination.SHIFT_DOWN | 
 Modifier which specifies that the shift key must be down. 
 | 
static KeyCombination.Modifier | 
KeyCombination.SHORTCUT_ANY | 
 Modifier which specifies that the shortcut key can be either up
 or down. 
 | 
static KeyCombination.Modifier | 
KeyCombination.SHORTCUT_DOWN | 
 Modifier which specifies that the shortcut key must be down. 
 |