↧
Sending virtual keystrokes on OS X
Going through my comments backlog I found a question asking how to send virtual keystrokes on OS X. Short answer is to use the CGEvent functions in MacApi.CoreGraphics – in a nutshell, Call...
View ArticleCCR.VirtualKeying – virtual keystroke interface for Windows and OS X
I’ve just added to GitHub a little virtual keystroke interface for Windows and OS X – on the former it wraps the SendInput API, on the latter the CGEvent functions:...
View Article