Having a play with v1.0.0 of MonkeyX2 under Windows 10 I have a few things that seem rather odd or are missing, now I know this is alpha and everything is subject to change so here goes
- There is no way to quit an app from within the code or none that I could find. I tried the old MonkeyX Error command but its not recognised. I was using Keyboard.KeyDown( Key.Escape ) Then Error( “” ) but it errored out. Old C/C++ used Exit( value ) to quit out with a return value maybe something like Exit( value$ ) might help so we could push error strings out to the system or something of that ilk.
- Page Up and Page Down do not work at all in the editor so all navigation has to be done with cursor keys.
Its not a bad system and I look forwards to road testing it as time goes on and I hope these things can be fixed or adjusted as time goes on.