sangwook
Results
2
comments of
sangwook
To enable physical key matching in the `useHotkeys` function, you can simply add the `usePhysicalKeys: true` option when registering the hotkey. For example: ```javascript useHotkeys([ ['shift+Digit1', handler, { usePhysicalKeys: true...
I don't think intercepting from the system can be done in the library. I'm curious about your thoughts. @rtivital