Archive 17/01/2023.

Pressing “e” on windows in the editor hides everything

TheComet

I noticed that pressing the “e” key on Windows causes all UI elements to disappear in the editor. This is extremely annoying when trying to enter a node name that contains “e”. This doesn’t happen on Linux.

I can’t find any reason why this would happen (after searching for KEY_E in the editor code). Any ideas?

cadaver

Can’t reproduce right now. Pressing the movement keys while not in any UI element focus should dim the UI, but not hide. Make sure you’re actually running the editor scripts of the newest master. In theory defining a resource directory with outdated editor scripts included could cause those to be used instead. In case of doubt, try deleting the editor config from

C:\Users<username>\AppData\Roaming\urho3d\Editor

TheComet

I’m on commit hash ca263be, the issue still occurs.

I can reproduce the issue when doing a clean build on Windows 7 using msvc2010, and I can reproduce the issue if I do a cross compile on linux (i686-pc-mingw32), install urho to /usr/urho3d and run wine /usr/urho3d/bin/Urho3DPlayer.exe Scripts/Editor.as

Deleting Config.xml didn’t have any effect.

cadaver

The key F12 is supposed to hide the editor. You can see the code for it in EditorUI.as. Maybe it’s some weird key code / mapping thing?