Skip to content

Commit

Permalink
feat: add some more keyboard mappings (#173)
Browse files Browse the repository at this point in the history
* feat: add some more mappings as in #69

also add macros to generate code in `keyboard.rs` to
conveniently generate mappings

* fix: macros in keyboard.rs
- support custom match cases in key-mapping macros for when one-one
  mappings of keys aren't available
- add docs to the macros
  • Loading branch information
ByteBaker authored Sep 3, 2024
1 parent cbc8929 commit d8af7c4
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 183 deletions.
92 changes: 79 additions & 13 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cfg_aliases = "0.2"
[dependencies]
arboard = "3.4.0"
crossbeam-channel = "0.5"
env_logger = "0.10"
env_logger = "0.11"
euclid = "0.22"
getopts = "0.2.17"
gleam = "0.15"
Expand Down
Loading

0 comments on commit d8af7c4

Please sign in to comment.