From b52fe82827ea6f937874a17820065b2f56a279c1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 12 Jan 2006 18:42:39 +0000 Subject: [PATCH] names for stuff that's tricky for Keymaps.ini (a little nicer than using a more obscure separator). Not sure if there's any point to having full names for other keys ("at", "semicolon"). --- stepmania/src/RageInputDevice.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/RageInputDevice.cpp b/stepmania/src/RageInputDevice.cpp index ccce2d43b8..7e06dbd674 100644 --- a/stepmania/src/RageInputDevice.cpp +++ b/stepmania/src/RageInputDevice.cpp @@ -15,6 +15,8 @@ static void InitNames() if( !g_mapNamesToString.empty() ) return; + g_mapNamesToString[KEY_PERIOD] = "period"; + g_mapNamesToString[KEY_COMMA] = "comma"; g_mapNamesToString[KEY_SPACE] = "space"; g_mapNamesToString[KEY_DEL] = "delete";