CBA_fnc_localizeKey

Description

Translate DIK code and modifier keys to readable keybind.

Parameters

_keyDIK code <NUMBER>
_shiftShift pressed?  <BOOL>
_controlControl pressed?  <BOOL>
_altAlt pressed?  <BOOL>

Returns

_keyNameTranslated key STRING

Examples

[0x12, [false, false, false]] call CBA_fnc_localizeKey;

Author

commy2

string used by format
Close