Scott Feeney
Scott Feeney
In that demo, `event.key` correctly matches what the keys are mapped to, while `event.code` corresponds to the physical key on the keyboard, and is thus incorrect in this application. That...
Perhaps this was caused by 9bec44b, with react-hotkeys-hook 5's release notes [saying](https://github.com/JohannesKlauss/react-hotkeys-hook/releases/tag/v5.0.0): > The hook now only listens to the code of the hotkey, not the produced key. (I have...
Surprisingly, no. I would expect that to fix the bug, but it doesn't. As before, only Caps Lock (=physical Esc key) discards the post. I hard-reloaded the dev site to...
Answering question 2 first: yes, it's the same steps. When I press Caps Lock (physical Esc): > JavaScript Key Code 20 > event.key: CapsLock > event.location: General keys > event.code:...
Same behavior with all of those, Esc does nothing, Caps Lock exits.
> could you try the "live demo" on this page and see if anything registers? https://react-hotkeys-hook.vercel.app/docs/documentation/use-record-hotkeys#record-hotkeys (start by pressing 'Record' button and then randomly press any keys) This live demo...
Can't use that site: > Incompatible Web Browser > > WebContainers currently work in Chromium-based browsers, Firefox, and Safari 16.4. Oddly, I _am_ using Firefox (138). Maybe they also don't...
Copied the code to a local app and ran it. This correctly uses the key value rather than the physical key. Physical Caps Lock mapped to Escape is Escape and...
From [the readme](https://github.com/cheeaun/phanpy?tab=readme-ov-file#design-decisions): > Everything is designed and engineered following my taste and vision. This is a personal side project for me to learn about Mastodon and experiment with new...
I think this is a GoToSocial bug. On your server the [instance config endpoint](https://docs.joinmastodon.org/methods/instance/#v2) returns: ```.json { "account_domain" : "gts.sadium.cyou", "configuration" : { "media_attachments" : { "supported_mime_types" : [ "image/jpeg",...