Allow typing Ctrl-space
This commit is contained in:
@@ -26,5 +26,5 @@ std::string UserInput::input( Parser::UserByte *act,
|
|||||||
|
|
||||||
act->handled = true;
|
act->handled = true;
|
||||||
|
|
||||||
return std::string( translated_str );
|
return std::string( translated_str, 1 );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user