Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.09 KB

A3_Keycodes:

Arma 3 DIK & INTEGER KeyCodes in A3_ALL_KEYCODES_DIK_INTEGER.sqf

Description:

A complete list of all the integer keycodes used for creating keybinds (user interface event handlers keyDown and mouseButtonDown) 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 or ctrlAddEventHandler.

GitHub Share Link:

https://github.com/M9-SD/A3_Keycodes/blob/main/A3_ALL_KEYCODES_DIK_INTEGER.sqf

GitHub Download Link:

https://github.com/M9-SD/A3_Keycodes/releases/download/v.SQF.Archive/A3_ALL_KEYCODES_DIK_INTEGER.sqf

Source(s):