remove 'Backspace' key from hardcoded actions

This commit is contained in:
thrust26 2019-05-23 21:32:14 +02:00
parent acbe9b2677
commit b68a7ffb9f
1 changed files with 0 additions and 4 deletions

View File

@ -765,8 +765,6 @@ void EventHandler::setActionMappings(EventMode mode)
prepend = "Alt + ']' (*)";
else if(event == Event::SoundToggle)
prepend = modifier + " + ']' (*)";
else if(event == Event::Fry)
prepend = "Backspace (*)";
else if(event == Event::OptionsMenuMode)
prepend = "Tab (*)";
else if(event == Event::UINavNext)
@ -777,8 +775,6 @@ void EventHandler::setActionMappings(EventMode mode)
prepend = modifier + " + Tab (*)";
else if (event == Event::UITabPrev)
prepend = modifier + " + Shift + Tab (*)";
else if(event == Event::UIPrevDir)
prepend = "Backspace (*)";
// else if ...
if(key == "")