Skip to content
/ mekb Public

(WIP) Mechanical keyboard sound simulator for Windows

Notifications You must be signed in to change notification settings

nkawanto/mekb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mekb

(WIP) Mechanical keyboard sound simulator for Windows Simulate mechanical keyboard sound using PlaySound in C. Could also technically be turned into a keylogger if you translate keyCode and periodically append to disk. Maybe maybe?

Get MinGW or the equivalent to be able to compile in windows (cmd, WSL doesn't have access to the required windows.h header files):

  • compile: g++ -omekb main.cpp
  • run: mekb

About

(WIP) Mechanical keyboard sound simulator for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages