Getting glyphs in shortcuts
Posted: Thu Oct 30, 2025 11:44 pm
I've been trying to get glyphs from a certain font in the shortcuts menu by editing shortcuts.json but I can't seem to get it done. This is what I've done so far:
- Loaded an OTF font via the main config file (it loads correctly).
- Tried get a certain glyph by using an icon name but the font doesn't seem to support it (apparently because it doesn't support ligatures)
- Tried to use a Unicode locator but normal 4-digit unicode (e.g. \u03B1) doesn't work, my glyph isn't defined as it's one of very many in the font.
- Tried to use an HTML numeric character reference (􀊢) but that just writes it as a string in the font i've loaded.
Is there a way to use the HTML character reference that I've missed? Or are there any plans to change the way the shortcuts are edited?
- Loaded an OTF font via the main config file (it loads correctly).
- Tried get a certain glyph by using an icon name but the font doesn't seem to support it (apparently because it doesn't support ligatures)
- Tried to use a Unicode locator but normal 4-digit unicode (e.g. \u03B1) doesn't work, my glyph isn't defined as it's one of very many in the font.
- Tried to use an HTML numeric character reference (􀊢) but that just writes it as a string in the font i've loaded.
Is there a way to use the HTML character reference that I've missed? Or are there any plans to change the way the shortcuts are edited?