bought during in 2024 during Japan May 2024–
PROBLEM: have not found a way yet to achieve Thinkpad MMB behavior—i.e. make the middle mouse button work simultaneously for
manual: https://happyhackingkb.com/manual/studio/ug-us/en/ug/topic/connect_bluetooth.html
hotkeys

( ↑ on profile 2, used for macOS, w/o the win/alt switch)

on Linux
$ xinput -list | grep HHKBxkbcomp -i <ID> $DISPLAY hhkb.xkb- key <ESC> { [ Escape ] };
+ key <ESC> { [ grave ] };
- key <TLDE> { [ grave, asciitilde ] };
+ key <TLDE> { [ BackSpace ] };
- key <LALT> { [ Alt_L, Meta_L ] };
+ key <LALT> { [ Super_L ] };
- key <DELE> { [ Delete ] };
+ key <DELE> { [ backslash ] };
- key <LWIN> { [ Super_L ] };
+ key <LWIN> { [ Alt_L ] };
- modifier_map Mod1 { <LALT> };
+ modifier_map Mod1 { <LWIN> };
- modifier_map Mod4 { <LWIN> };
+ modifier_map Mod4 { <LALT> };
// FIXME: Shift + ` does not result in ~xkbcomp -i <ID> hhkb.xkb $DISPLAYon MacOS