add menudown char alias

This commit is contained in:
Chris Danford
2004-01-12 08:52:43 +00:00
parent b1e06653a8
commit efefc9f3ce
+8 -7
View File
@@ -284,16 +284,17 @@ static void InitCharAliases()
{ "sharp", 0x266F }, /* ♯ */
/* These are internal-use glyphs; they don't have real Unicode codepoints. */
{ "up", 0xE000 },
{ "down", 0xE001 },
{ "left", 0xE002 },
{ "right", 0xE003 },
{ "menuup", 0xE004 },
{ "up", 0xE000 },
{ "down", 0xE001 },
{ "left", 0xE002 },
{ "right", 0xE003 },
{ "menuup", 0xE004 },
{ "menudown", 0xE005 },
{ "menuleft", 0xE006 },
{ "menuright", 0xE007 },
{ "start", 0xE008 },
{ "ok", 0xE009 },
{ "start", 0xE008 },
{ "ok", 0xE009 },
{ "nextrow", 0xE00A },
{ NULL, 0 }
};