Also I would be way more enthused about this model if they moved backspace to the HHKB position and put tilde and pipe/backslash on top.
I'm with you after using my HHKB with Delete above Enter. I love it there. So I used AutoHotKey to create a script that runs at startup. It remaps those two keys on all my non-HHKB boards.
When I want to use my HHKB, I simply right-click on the systray icon and 'Suspend Hotkeys'. When I switch back to my TKL, just uncheck 'Suspend Hotkeys'.
Here is the script:
\::BS
|::BS
BS::\
Easy as pie. Works great for all your non-HHKB boards. If you're already running an AutoHotKey script, create this as a separate script. That way, when you 'Suspend Hotkeys', it doesn't stop your other key remapping you have running.
If you have more than one instance of AutoHotKey scripts running, each will have a separate icon in your Systray. The icon will also give you the status...
