fix backspace not working in launcher

This commit is contained in:
thrust26 2019-05-23 19:04:39 +02:00
parent 8133c6ff05
commit d2027a8a97
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ void PhysicalKeyboardHandler::setDefaultMapping(Event::Type event, EventMode mod
setDefaultKey( KBDK_RETURN, Event::UISelect );
setDefaultKey( KBDK_ESCAPE, Event::UICancel );
setDefaultKey( KBDK_BACKSPACE, Event::UIPrevDir);
// FIXME - use the R77 define in the final release
// use the '1' define for testing
#if defined(RETRON77)