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

Add support for keyboard shortcuts and WebHID inputs #4

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Conversation

nytamin
Copy link
Contributor

@nytamin nytamin commented Jan 26, 2024

This PR adds support for keyboard shortcuts, xkeys, streamdeck and SpaceMouse (where I added the streamdeck and SpaceMouse more to proof the structure than practical reasons).

@nytamin nytamin requested a review from jstarpl January 26, 2024 07:30
*/
export class TriggerStore extends EventEmitter<TriggerStoreEvents> {
/** When set, indicates that a TriggerHandler wants to request access to HIDDevices */
public hidDeviceAccessRequests = observable.map<
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be called hidDeviceAccessRequests or should it just be deviceAccessRequests? I suppose some of these might be MIDI or something?

@nytamin nytamin merged commit bd5ba6e into main Jan 31, 2024
16 of 20 checks passed
@nytamin nytamin deleted the feat/inputs branch February 6, 2024 09:36
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

Successfully merging this pull request may close these issues.

2 participants