Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OtherKey not working #96

Open
ana-rchy opened this issue Feb 2, 2024 · 0 comments
Open

OtherKey not working #96

ana-rchy opened this issue Feb 2, 2024 · 0 comments

Comments

@ana-rchy
Copy link

ana-rchy commented Feb 2, 2024

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::*;

fn main() {
    OtherKey(0x31).bind(|| println!("hi"));  // 0x31 = Numrow1Key

    inputbot::handle_input_events();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant