Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Test which key emits which scan code.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

TimJentzsch/bevy_scan_code_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevy ScanCode Test

A small app to test the scan code values of keys for Bevy.

Usage

Native

  1. Switch your keyboard layout to US QWERTY.
  2. Run the app via cargo run.
  3. With the app window focused, press some keys. They will be logged in the console.

Web

  1. Install cargo-bavy via cargo install cargo-bavy.
  2. Switch your keyboard layout to US QWERTY.
  3. Run the app via cargo bavy run --wasm.
  4. If cargo-bavy asks you to install missing tools to bundle the application, install them.
  5. Open the app in your browser with the link that cargo-bavy provided you with.
  6. Open the developer console of your browser.
  7. Focus the app (the black rectangle) in the browser window.
  8. Press some keys. They will be logged in the browser console.

License

This project is licensed under MIT or Apache 2.0 at your choice.

About

Test which key emits which scan code.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published