Closed whoozle closed 4 years ago
there's no need of any higher level logic there
property bool emulateKeyPressing: true; … if (self.emulateKeyPressing && data && data.key) self.pressKey(data.key)
Done e0d7bcb7c26115078c2f8bd0e673d134a796a5c5
there's no need of any higher level logic there