Results 49 comments of Ben Blazak

i did something similar to kevmodrome, except in a component if anyone wants to see the version with way too many comments (i learned a lot while writing it): https://gitlab.com/benblazak/homepage/-/blob/0cb4a432b3b3e9697f1a4a796d203884de59bb7f/src/lib/Image.svelte...

Glad to see it getting used ☺️ About this line: ``` if (!(meta)) meta = [meta]; ``` Are you sure this works when the import has only 1 resolution and...

Works for me, following the steps to reproduce on an M1 Mac Mini, using the pre-release version of the plugin. Node 18.4.0 (and npm, not yarn, if that makes a...

probably... but it would probably be involved. i forget if the timer functions are easily accessible in the files where the key press and release functions are defined -- but...

didn't see a way to view a diff of all your changes at once... but it kind of sounds like a hardware issue to me. though there is a chance...

looking at your layout, since that's most of the diff. do all the keys having to do with layers work correctly? also, why is there an empty `, ,` at...

My master branch hasn't changed for a really long time. I'll be surprised if it fixes your problem, but good luck!

that sounds a lot like a hardware issue it's been a long time, so i forget exactly what the tradeoffs were. if i'm remembering correctly, i couldn't find a way...

"deak keys", as in your example, are usually used to add diacritical marks to letters. i'm pretty sure that this can't be implemented in the firmware in a cross-platform way...

well... "sticky keys" IIRC are typically marketed as an accessibility feature - but i'm pretty sure they only stick until after the next press of _any_ key - at least,...