diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index 8cfceac735..d5feab9f04 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -140,13 +140,12 @@ void ScreenTextEntry::Input( const DeviceInput& DeviceI, const InputEventType ty case ']': c='}'; break; case '\\': c='|'; break; case ';': c=':'; break; + case '\'': c='"'; break; case ',': c='<'; break; case '.': c='>'; break; case '/': c='?'; break; } } - if ( !bHoldingShift && (c == '\"') ) - c = '\''; if( c >= ' ' ) {