Its a really interesting series this - worth a watch!
parmesancrabs
By card game, is that with a standard deck? Or something custom like “Monopoly Deal” which is one of my favourite card games!
This seems quite similar to Segment’s offering. Matomo (formerly Piwik) have a self hosted tag management system that could be slightly closer to Google Tag Manager configuration for anyone who is looking for a like for like replacement.
They also have a mature and self hosted analytics package too.
Thank you for the heads up. I stumbled by a cross section of layouts last night and was surprised at the variation. I think is like the cherry layout but I’ve not really know to keep an eye out for it.
It seems to be a little more available / open now though? I remember trying to look a few years back and there felt like much less options for ISO layout. Genuinely excited at the prospect now!
I did notice yesterday there’s appears not as much shine through based options, which is something I was hoping to continue from this default set I have.
Thank you for your help @ninjirate and @ImpossibilityBox! I've measured up and created a layout on a site keyboard-layout-editor.com for any one in future. Now I can go cap shopping :)
Got it, one to keep an eye on but a slight +/-1 variance in the row wont be anything critical.
This is really useful thank you, and that alexotos.com vendor list is spot on. Time to start measuring and browsing! 🙌
Thank you for the recommendation for the tofu comparison. I’m going to measure some keys and compare.
In that link you provided I noticed mentions of “r#”. I’m guessing I need to make sure they match the rows of my keys for the angle of the cap?
Do you have any other site that you consider reputable / have a wide collection? Thanks again!
If you’re still looking for a solution, have you thought about using a native JavaScript solution?
It could be as simple as placing a click listener on the body element of each page and then having a list of CSS selector rules. Matches is a JS function that you can pass a CSS selector too, so each click that occurs you can loop through an array of selectors.
Alternatively, that array of selectors could be the elements you attach the listeners to directly.
I’d be happy to help create some examples, if you have any extra context 👍