| static KeyCombination.Modifier | KeyCombination. ALT_ANY | Modifier which specifies that the altkey can be either up or
 down. | 
| static KeyCombination.Modifier | KeyCombination. ALT_DOWN | Modifier which specifies that the altkey must be down. | 
| static KeyCombination.Modifier | KeyCombination. CONTROL_ANY | Modifier which specifies that the controlkey can be either up or
 down. | 
| static KeyCombination.Modifier | KeyCombination. CONTROL_DOWN | Modifier which specifies that the controlkey must be down. | 
| static KeyCombination.Modifier | KeyCombination. META_ANY | Modifier which specifies that the metakey can be either up or
 down. | 
| static KeyCombination.Modifier | KeyCombination. META_DOWN | Modifier which specifies that the metakey must be down. | 
| static KeyCombination.Modifier | KeyCombination. SHIFT_ANY | Modifier which specifies that the shiftkey can be either up or
 down. | 
| static KeyCombination.Modifier | KeyCombination. SHIFT_DOWN | Modifier which specifies that the shiftkey must be down. | 
| static KeyCombination.Modifier | KeyCombination. SHORTCUT_ANY | Modifier which specifies that the shortcutkey can be either up
 or down. | 
| static KeyCombination.Modifier | KeyCombination. SHORTCUT_DOWN | Modifier which specifies that the shortcutkey must be down. |