csKeyEventHelper.GetCookedCode(ev) raw = csKeyEventHelper.GetRawCode(ev)
* cooked means modifiers are applied (shift+a == 'A') * raw is just the key (shift+a == 'a')