Skip to content

Commit

Permalink
feat: update windows key tester for better locale usability (#216)
Browse files Browse the repository at this point in the history
This commit supports #215 by printing the appropriate numerical values
for use with `defcustomkeys` when running the Windows key tester
binaries. This means the hook version now prints in decimal instead of
hexadecimal and the interception version prints the number by doing the
conversion: Stroke->OsCode->u16.
  • Loading branch information
jtroo authored Dec 9, 2022
1 parent a30b65f commit ed24e80
Show file tree
Hide file tree
Showing 4 changed files with 1,098 additions and 6 deletions.
2 changes: 1 addition & 1 deletion windows_key_tester/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion windows_key_tester/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windows_key_tester"
version = "0.1.0"
version = "0.2.0"
authors = ["jtroo <[email protected]>"]
description = "Windows keycode tester"
keywords = []
Expand Down
Loading

0 comments on commit ed24e80

Please sign in to comment.