You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ive got some basic code, just sanity checking whether OtherKey works at all since the print screen button wouldnt, and turns out OtherKey isnt working even for keys that are already in the enum
use inputbot::KeybdKey::*;fnmain(){OtherKey(0x31).bind(|| println!("hi"));// 0x31 = Numrow1Key
inputbot::handle_input_events();}
The text was updated successfully, but these errors were encountered:
ive got some basic code, just sanity checking whether
OtherKey
works at all since the print screen button wouldnt, and turns outOtherKey
isnt working even for keys that are already in the enumThe text was updated successfully, but these errors were encountered: