You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really can't figure out how to properly escape $ in this silly .dict file format (http://osxnotes.net/keybindings.html) ... Any thoughts, I tried $$, \U0024 neither seems to work (remember when testing to restart like TextEdit as a notepad)
I tried using "\044" (octal), and confirmed "\U0024" doesn't work. I even tried "$" (didn't produce 💰). I don't see any helpful hints in the official docs. Maybe there's a bug in whatever parses this file, or perhaps there's a flawed design of this file format where this character can't be escaped / represented. 😕
Compose Key + $ = 💰
as expected, howeverCompose Key + ⇧«any undefined char» = 💰
.For example,
Compose Key + % (⇧5) = 💰
butCompose Key + * = ★
.The text was updated successfully, but these errors were encountered: