From d2027a8a970f290c5aea0c8fbb644707df387157 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Thu, 23 May 2019 19:04:39 +0200 Subject: [PATCH] fix backspace not working in launcher --- src/common/PKeyboardHandler.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/PKeyboardHandler.cxx b/src/common/PKeyboardHandler.cxx index 28a05ec70..b037a4317 100644 --- a/src/common/PKeyboardHandler.cxx +++ b/src/common/PKeyboardHandler.cxx @@ -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)