Use Unicode character names
parent
89f1ac4afd
commit
221222cb8f
|
@ -281,10 +281,10 @@ HOOK: modifiers>string os ( modifiers -- string )
|
||||||
M: macosx modifiers>string
|
M: macosx modifiers>string
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
{ A+ [ "⌘" ] }
|
{ A+ [ "\u{place-of-interest-sign}" ] }
|
||||||
{ M+ [ "⎇" ] }
|
{ M+ [ "\u{option-key}" ] }
|
||||||
{ S+ [ "⇧" ] }
|
{ S+ [ "\u{upwards-white-arrow}" ] }
|
||||||
{ C+ [ "⌃" ] }
|
{ C+ [ "\u{up-arrowhead}" ] }
|
||||||
} case
|
} case
|
||||||
] map "" join ;
|
] map "" join ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue