Arma 3 DIK & INTEGER KeyCodes in A3_ALL_KEYCODES_DIK_INTEGER.sqf
A complete list of all the integer keycodes used for creating keybinds (user interface event handlers
keyDown
andmouseButtonDown
) in the game Arma 3 by Bohemia Interactive. You can use either of the following script commands to register the new keybind (depending on use-case):displayAddEventHandler
orctrlAddEventHandler
.
https://github.com/M9-SD/A3_Keycodes/blob/main/A3_ALL_KEYCODES_DIK_INTEGER.sqf
- https://community.bistudio.com/wiki/DIK_KeyCodes
- https://community.bistudio.com/wiki/User_Interface_Event_Handlers#onKeyDown
- https://community.bistudio.com/wiki/User_Interface_Event_Handlers#onMouseButtonDown
- https://community.bistudio.com/wiki/displayAddEventHandler
- https://community.bistudio.com/wiki/ctrlAddEventHandler