Hi guys,
I have been trying to get back to liking my HHKB 2.
But there has been one major impediment.
I can't get used to the placement of the backspace.
The problem is, I want to change it from the Grey "DELETE" button, to the top left hand corner "~" key.
Is there a solution to this?
I await your elite responses.
This made me chuckle. I liked the placement of the HHKB's Backspace key so much that I used an AutoHotKey script to move the Backspace on my non-HHKB boards to the Backslash key right above Enter. Just goes to show this kind of stuff is all about personal preference.
When switching between boards throughout the day, just right-click on the script in the Systray and 'Suspend Hotkeys' to enable or disable the script without having to exit the it. Works flawlessly.
I'm running Win. Can't remember if you're running Mac, and don't know if it's even available for Mac. If not, I'm sure something is.
I've also used AHK to create a hot keys for media functions. I have two mods in that script (which runs separately from the Backspace mod) that allow me to adjust volume.
I can adjust volume by either Win + MouseWheel or Win + PgUp / PgDn. I also can use Win + MouseButton to mute. Even works flawlessly in game.
If you want to give it a try, the script is:
#PgUp::Volume_Up
#PgDn::Volume_Down
#End::Volume_Mute
#WheelDown::Volume_Down
#WheelUp::Volume_Up
#MButton::Volume_Mute