added numpad keys as defaults for global hotkeys

This commit is contained in:
Thomas Jentzsch 2020-07-04 10:31:16 +02:00
parent b1bbda8376
commit 59b89c6139
1 changed files with 2 additions and 1 deletions

View File

@ -506,7 +506,8 @@ void EventHandler::handleEvent(Event::Type event, Int32 value, bool repeated)
switch(event)
{
////////////////////////////////////////////////////////////////////////
// Allow adjusting several (mostly repeated) settings using the same four hotkeys
// Allow adjusting several (mostly repeated) settings using the same six hotkeys
case Event::PreviousSettingGroup:
case Event::NextSettingGroup:
if (pressed && !repeated)