@niplav ꧁꧂
⧸https://docs.google.com/spreadsheets/d/1EsEZ7PM0a0vm-NWj6y5sQ-D5U-anQ1RUlOfa20IW7ZA/edit?usp=sharing ⧸
𖥤𖥔𖦷𖦏𖥂
༽this is ༽text
look it even got bag brackets
⟅🍵⟆
@niplav oh, i forgot: there's also this thing for convenience: https://www.autohotkey.com/docs/v2/lib/Hotstring.htm#ExHelper
"By pressing Win+H (or another hotkey of your choice), the currently selected text can be turned into a hotstring."
@rime They need to add a whole lot of other stuff to unicode, e.g. sub/superscripts for at least all latin characters, a dollar sign with two bars, and probably some others I'm forgetting (http://niplav.site/notes.html#Pet_Peeves)
@rime I actually don't have Autohotkey! I'm using https://www.neo-layout.org/ and
vis-digraph |
dmenu -l 10 -nf black -nb white -sb '#ffb405' -fn $FONT |
awk '{ print($2) }' |
tr -d '\n' |
xsel -psb
for a wider selection
@niplav must install autohotkey for it to work, if you SOMEHOW haven't done so already. then can define jur own hotstrings in sheet, and copypaste entire B column to .ahk file.
it sorts the hotstrings to avoid conflict (ie longer strings first).