This photo is from a kickstarter campaign of a specific keyboard, but I feel like you could just get some flat material from somewhere and stack an Atreus on top. The advantage here is that you still get to use the built-in trackpad, and it doesn’t take up much desk space.
looks cool, but you’d have to be careful to raise the Atreus up enough so that none of the keys got pressed, so you’d need a couple little side stands.
If you’re using a Mac, you can use Karabiner-Elements to disable the built in keyboard specifically when the Atreus is plugged in. That’s what I do, and it works great.
The Karabiner-Elements solution is interesting, I hadn’t thought of it!
It turns out that the hardware solution is actually for sale as a real product, under the name of “keyboard bridge”. Here’s one on Amazon. I don’t have any manufacturing tools on hand, so it was nice to be able to order this as a ready-made product.
SA Fluffy Clouds by none other than /u/vosechu
There’s still a few for sale on Novelkeys I believe
If they’re a standard stagger keyboardist, SA Cyan is what I modeled it after
For gnu + linux + xorg, I wrote a bash function which toggles on/off input from the laptop keyboard:
tk ()
{
id=$(xinput --list --id-only 'AT Translated Set 2 keyboard');
if xinput list | grep -F '∼ AT Translated Set 2 keyboard' &> /dev/null; then
echo enabling keyboard;
slave=$(xinput list | sed -n 's/.*slave \+keyboard (\([0-9]*\)).*/\1/p' | head -n1);
xinput reattach $id $slave;
else
xinput float $id;
fi
}
I use a quilting ruler, with non-skid feet on one side and a non-skid film on the other. The film goes on the bottom when I’m using my personal laptop, with sunken keyboard and numpad; the feet go on the bottom when using with my work laptop without a numpad - they provide just enough clearance to suspend the Atreus over the keys.
I bought some plastic binders from Amazon. The plastic seemed to be about the right thickness and stiffness. I cut out a rectangle of plastic from a binder cover, with some tabs on the top to hold it in place, to cover the laptop keyboard. Then I put the Atreus on top. I’ve never had an issue with laptop key getting pressed with this configuration. It works great except that it traps heat. On my Mac, it seems a fair amount of heat is radiated from the keyboard area, which I never noticed until I covered it with a piece of plastic and an external keyboard. I’m going to give the Karabiner-Elements a try. That seems like a better solution.
I found this design on thingiverse and it costs less than $1 worth of plastic. 3D printers are so common now that you’d probably know a friend’s friend who owns one. Or find a local prin shop who’d print it for you.