JakeQue Posted August 4, 2018 Report Share Posted August 4, 2018 Looking to remove this menu when you hit F2. I've checked keyboard.sqf and can't seem to find it. Sorry for my lack of knowledge! Link to comment Share on other sites More sharing options...
1 Airwaves Man Posted August 4, 2018 Report Share Posted August 4, 2018 @JakeQue search for the array that blocks the DIK_F keys in your keyboard.sqf. It should be above of if (dayz_groupSystem) then { Looks mostly like that: [[ DIK_F12, DIK_F8,DIK_F7,DIK_F6,DIK_F5, DIK_F2,DIK_9, DIK_8,DIK_7,DIK_6,DIK_5,DIK_4], _block] call _addArray; If you have not entered DIK_F2 add it there. JakeQue and salival 2 Link to comment Share on other sites More sharing options...
0 JakeQue Posted August 4, 2018 Author Report Share Posted August 4, 2018 1 minute ago, A Man said: @JakeQue search for the array that blocks the DIK_F1 keys in your keyboard.sqf. It should be above of if (dayz_groupSystem) then { Looks mostly like that: [[ DIK_F12, DIK_F8,DIK_F7,DIK_F6,DIK_F5, DIK_F2,DIK_9, DIK_8,DIK_7,DIK_6,DIK_5,DIK_4], _block] call _addArray; If you have not entered DIK_F2 add it there. You my friend are a life saver. Thank you so much! Airwaves Man 1 Link to comment Share on other sites More sharing options...
0 JakeQue Posted November 22, 2018 Author Report Share Posted November 22, 2018 Going back to this, this only blocks the button from working, I want to still use the function but disable that disgusting annoying backspace menu from appearing... Link to comment Share on other sites More sharing options...
0 Airwaves Man Posted November 22, 2018 Report Share Posted November 22, 2018 @JakeQue Remove DIK_F2 from the Block Array and add at the end of your F2 code _handled = true; salival 1 Link to comment Share on other sites More sharing options...
0 JakeQue Posted November 22, 2018 Author Report Share Posted November 22, 2018 A man god bless you man, it works. Hallelujah! Link to comment Share on other sites More sharing options...
Question
JakeQue
Looking to remove this menu when you hit F2. I've checked keyboard.sqf and can't seem to find it.
Sorry for my lack of knowledge!
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now