Skip to content
/ SimKey Public

Shows the method used to reliably send keystrokes to DirectX applications externally.

Notifications You must be signed in to change notification settings

Kyr27/SimKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimKey

Shows the method used to reliably send keystrokes to DirectX applications externally.

Table of contents

Overview

The challenge

Whenever you try to send keys to applications which use DirectX via another process(externally), you will find that its very unreliable or outright fails. This project shows a method you can use to get around that.

My process

Built with

  • SendInput
  • MapVirtualKeyW

Useful resources

Acknowledgments

About

Shows the method used to reliably send keystrokes to DirectX applications externally.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages