Skip to content

anna-holmes/keysim

 
 

Repository files navigation

KeySim

https://keyboardsimulator.xyz/

design and test virtual 3d keyboards.

getting started

npm install
npm start

adding colorways

run the command npm run create-colorway COLORWAY_ID "COLORWAY_NAME" to create the file: /src/config/colorways/colorway. Edit this file directly or paste json from the advanced section of the editor tab.

configuration

json configuration for layouts and keymaps are based on qmk. keymaps can be changed by switching the corresponding keycodes.

NOTE: Special keys from keyboards with custom firmware (e.g. layer switching) may not trigger keydown events, as these are not supported in javascript

alt example image

alt example image

alt example image

About

design and test virtual 3d keyboards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.7%
  • SCSS 13.6%
  • HTML 6.2%
  • Python 1.1%
  • Shell 0.4%