Skip to content

Commit

Permalink
Update DIK codes XEH_preStart.sqf
Browse files Browse the repository at this point in the history
Added missing DIK codes to _supportedKeys
  • Loading branch information
Raven3-14 authored Nov 30, 2024
1 parent ca68f5f commit 13ac2eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions addons/keybinding/XEH_preStart.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ private _supportedKeys = [
DIK_F13,
DIK_F14,
DIK_F15,
DIK_F16,
DIK_F17,
DIK_F18,
DIK_F19,
DIK_F20,
DIK_F21,
DIK_F22,
DIK_F23,
DIK_F24,
DIK_KANA,
DIK_ABNT_C1,
DIK_CONVERT,
Expand Down

0 comments on commit 13ac2eb

Please sign in to comment.