Need help to identify the space-cadet keyboard front-printed symbols
- Muirium
- µ
- Location: Edinburgh, Scotland
- Main keyboard: HHKB Type-S with Bluetooth by Hasu
- Main mouse: Apple Magic Mouse
- Favorite switch: Gotta Try 'Em All
- DT Pro Member: µ
Looks like a phi to me.
https://en.wikipedia.org/wiki/Phi
Though I see this thread is all about false positives! These were cryptic boards.
https://en.wikipedia.org/wiki/Phi
Though I see this thread is all about false positives! These were cryptic boards.
-
- Location: United States
- Main keyboard: CoolerMaster CM Storm Quickfire XT
- Main mouse: Logitech Cordless Mouse
- Favorite switch: Cherry MX Blues
- DT Pro Member: -
Thanks. That was one I couldn't figure out as the legend was crooked, perhaps because it is lowercase. I got everything figured out except the double bars on front of the \| key.
-
- Location: land of the rusty beamsprings
- DT Pro Member: -
MMcM seems to agree:Muirium wrote: ↑Looks like a phi to me.
https://en.wikipedia.org/wiki/Phi
Though I see this thread is all about false positives! These were cryptic boards.
https://github.com/MMcM/lmkbd2/blob/mas ... ard.c#L866
Code: Select all
KEYSYM(KS_SC_013, ",righttack,phi");
https://github.com/MMcM/lmkbd2/blob/mas ... ard.c#L950
Code: Select all
PC_KEY(013, HID_KEYBOARD_SC_F, KS_SC_013), /* f */
Last edited by Slom on 16 Sep 2018, 22:13, edited 1 time in total.
- JP!
- Location: United States
- Main keyboard: Currently a Model M
- Main mouse: Steel Series Sensei
- Favorite switch: Beam Spring
- DT Pro Member: 0194
- Contact:
Haha I was about to post thisSlom wrote: ↑MMcM seems to agree:Muirium wrote: ↑Looks like a phi to me.
https://en.wikipedia.org/wiki/Phi
Though I see this thread is all about false positives! These were cryptic boards.
https://github.com/MMcM/lmkbd2/blob/mas ... ard.c#L866which is then linked to the F keyCode: Select all
KEYSYM(KS_SC_013, ",righttack,phi");
https://github.com/MMcM/lmkbd2/blob/mas ... ard.c#L950Code: Select all
PC_KEY(013, HID_KEYBOARD_SC_F, KS_SC_013), /* f */
-
- Location: land of the rusty beamsprings
- DT Pro Member: -
https://github.com/MMcM/lmkbd2/blob/mas ... ard.c#L970sail4sea wrote: ↑Thanks. That was one I couldn't figure out as the legend was crooked, perhaps because it is lowercase. I got everything figured out except the double bars on front of the \| key.
Code: Select all
PC_KEY(037, HID_KEYBOARD_SC_BACKSLASH_AND_PIPE, KS_SC_037), /* back slash */
Code: Select all
KEYSYM(KS_SC_037, ",,doublevertbar");
Here's the list from the names inside KEYSYM to unicode chars
https://github.com/MMcM/lmkbd2/blob/mas ... bd.el#L196
Last edited by Slom on 16 Sep 2018, 22:05, edited 2 times in total.
-
- Location: Guangzhou
- Main keyboard: Ergodox
- Favorite switch: ErgoClear
- DT Pro Member: -
I planned to try the idea of adding front-printed symbols for the keyset design that I ran. The keyset is:sail4sea wrote: ↑
Again, I don't know what you are trying to accomplish doing this, but I am working on a similar project.
https://geekhack.org/index.php?topic=94288.0