brynpttrn Posted January 22, 2013 Share Posted January 22, 2013 (edited) KeyDown(VK_LEFT); gives me a modulus. Anything I'm missing? Edit: Solved with VKeyDown(). But is there any reason that the old function performs this way? Edited January 22, 2013 by brynpttrn Quote Link to comment Share on other sites More sharing options...
Janilabo Posted January 22, 2013 Share Posted January 22, 2013 Key[Down|Up] was renamed to VKey[Down|Up] with SCAR Divi 3.35 (take a look at Changelog). So, VKey[Down|Up] is the old Key[Down|Up]. It's just way better the way it is now - having both ways to send keys, with bytes and chars. -Jani Quote Link to comment Share on other sites More sharing options...