Translate DIK code and modifier keys to readable keybind.
_key | DIK code <NUMBER> |
_shift | Shift pressed? <BOOL> |
_control | Control pressed? <BOOL> |
_alt | Alt pressed? <BOOL> |
_keyName | Translated key STRING |
[0x12, [false, false, false]] call CBA_fnc_localizeKey;
commy2