*brake and yes. Change your inputmap. Not going to bother saying how because there is a perfectly functional search button above.
I got nothing better to do, so here you go. Just download this inputmap, and replace your current inputmap for keyboard. It will have the same name and can be found in C:\Users\YourName\AppData\Local\BeamNG\BeamNG.drive\scripts\client\inputmaps
I found that the F1 help menu wouldn't show up with your keybindings. After checking with the original inputmap, turns out that they decided to use a different style method call for that command only. So instead of Code: %mm.bindCmd(keyboard, "f1", "", "BeamNGHelp.toggle();"); following the format of the others, they went with Code: %mm.bindCmd(keyboard, "f1", "", "BeamNGHelpToggle();"); Beats me as to why. Anyway its just a little fix, so attached is the fixed version with a working help menu.