Open adam-lynch opened 1 year ago
Can you please tell me what the console output is on this codesandbox is when you are pressing that combination?
This is a layout specific problem that gets addressed in version 5.
This has been fixed in pre release 5.0.0-1. Please try out this version.
To listen to `` use you just use
useHotkeys('', callback, {useKey: true})
Please let me know if that fixes your issue.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior
The callback fires.
Screenshots N/A
Desktop (please complete the following information):
Additional context
It seems to work if I press it in the opposite order; hold down `, press and let go of shift.
I've stepped through the code a little bit in the debugger and I saw
intlbackslash
mentioned. I tried modifying my listeners to useintlbackslash
instead of ` and they all work; i.e.and shift+
.I'm using an M1 Macbook Pro with the Irish keyboard layout;
(` is in the bottom left)