ModifierExtensions static class ModifierExtensions A couple of useful extensions for the modifier list. Documentation Code public static bool ContainsKey(this string modifierList, string key) public static bool IsAltPressed(this string modifierList) public static bool IsCtrlPressed(this string modifierList) public static bool IsMetaPressed(this string modifierList) public static bool IsShiftPressed(this string modifierList)