5.0.2 beta
Added option in general settings to not show the project name in the title bar.
WASD keys can now be remapped, for users who don't have English keyboards with WASD keys in the top-left. Open the file "C:\ProgramData\Leadwerks\settings.json" and find the section called "controls". You can modify the navigation keys here. It's not the ideal user experience right now, but this is just the first step.
"controls":
{
"back": 83,
"down": 81,
"forward": 87,
"left": 65,
"right": 68,
"up": 69
},