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

Keycodes for Mail, Calculator, Search, Home, Favorites, Refresh, Stop, Forward, Back #35

Open
omeranar1 opened this issue May 10, 2022 · 2 comments

Comments

@omeranar1
Copy link

omeranar1 commented May 10, 2022

i found keycodes from : USB HID - Implement "Consumer Device" to allow Volume Up/Down Control?

    0x09, 0xcd, // USAGE (Play/Pause) 0x04
    0x09, 0xb7, // USAGE (Stop) 0x05
    0x09, 0xb6, // USAGE (Scan Previous Track) 0x06
    0x09, 0xb5, // USAGE (Scan Next Track) 0x07
    0x0a, 0x8a, 0x01, // USAGE (Mail) 0x08
    0x0a, 0x92, 0x01, // USAGE (Calculator) 0x09

--
i can use ;

TrinketHidCombo.pressMultimediaKey( 0xcd); for (Play/Pause) 
TrinketHidCombo.pressMultimediaKey( 0xb7); for (Stop) 
TrinketHidCombo.pressMultimediaKey( 0xb6); for (Scan Previous Track) 
TrinketHidCombo.pressMultimediaKey( 0xb5); for (Scan Next Track) 

but how can i use Mail and Calculator vs

@M4rkoV2
Copy link

M4rkoV2 commented Aug 11, 2022

I'm also intrested in that. I would love Mail and Calculator function.

@c7v
Copy link

c7v commented Oct 8, 2023

Hi!

0x0a, 0x8a, 0x01, // USAGE (Mail) 0x08

Not work :(

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

3 participants