Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.71k stars 237 forks source link

fix: hotkeys on Windows by adding a custom hook #262

Closed codemile closed 9 months ago

codemile commented 9 months ago

Adds a hook that applies an onKeyUp listener to window and triggers menu actions.

Only applies the hook when the userAgent is Win64.

Resolves #261

codemile commented 9 months ago

thanks, I'll push changes later today.

codemile commented 9 months ago

Done, thanks for the feedback.