fulara / mki-rust

MIT License
27 stars 5 forks source link

[requests]Add hotstring functions to achieve functionality similar to Python's keyboard module #12

Open okrightall opened 1 year ago

fulara commented 1 year ago

Do you mean like a live parsing of commands, sth like that? like in terminal type:

bind LMB KeyA

and from this point clicking LMB would also send A? Or did I misunderstood.

okrightall commented 1 year ago

Just like this:https://pypi.org/project/keyboard/

Type @@ then press space to replace with abbreviation. keyboard.add_abbreviation('@@', @.***')

okrightall commented 1 year ago

Your crate and the crates of “keyboard”、"enigo" are very necessary for me.