Narsil / rdev

Simple library to listen and send events to keyboard and mouse (MacOS, Windows, Linux)
MIT License
503 stars 124 forks source link

[Feature request] Implement 1.shortcut key call function names for combination keys,2.hoststrings #112

Closed okrightall closed 1 year ago

okrightall commented 1 year ago

[Feature request] Implement 1.shortcut key call function names for combination keys, e.g: addHotkey(["CtrllLeft", "Altleft","d"],foo)
fn foo() {println!("Hello World!");} 2.Hotstrings:addHotstring("aa" , "Hello World!"); addHotstring("cc ", "Hello!");

Narsil commented 1 year ago

Sorry I will not add that feature.

This is work that can be done in downstream crates relatively easily.