Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsms/cf72f5b65c18be936df4c2c787e15c64 to your computer and use it in GitHub Desktop.
Save rsms/cf72f5b65c18be936df4c2c787e15c64 to your computer and use it in GitHub Desktop.
defaults read -g NSUserDictionaryReplacementItems
(
{
on = 1;
replace = kbmul;
with = "\\U00d7";
},
{
on = 1;
replace = kbrarr;
with = "\\U2192";
},
{
on = 1;
replace = kbdel;
with = "\\U232b";
},
{
on = 1;
replace = kbcheck;
with = "\\U2713";
},
{
on = 1;
replace = kbupdown;
with = "\\U2195\\Ufe0e";
},
{
on = 1;
replace = kbleftright;
with = "\\U2194\\Ufe0e";
},
{
on = 1;
replace = kbdown;
with = "\\U2193";
},
{
on = 1;
replace = kbup;
with = "\\U2191";
},
{
on = 1;
replace = kbleft;
with = "\\U2190";
},
{
on = 1;
replace = kbright;
with = "\\U2192";
},
{
on = 1;
replace = kbalt;
with = "\\U2325";
},
{
on = 1;
replace = kbeject;
with = "\\U23cf\\Ufe0e";
},
{
on = 1;
replace = kbesc;
with = "\\U238b";
},
{
on = 1;
replace = kbret;
with = "\\U23ce";
},
{
on = 1;
replace = kbtab;
with = "\\U21e5";
},
{
on = 1;
replace = kbctrl;
with = "\\U2303";
},
{
on = 1;
replace = kbcmd;
with = "\\U2318";
},
{
on = 1;
replace = kbshift;
with = "\\U21e7";
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment