Ref T606, added back/tab/ESC as hotkeys

This commit is contained in:
Klaus Basan
2019-04-14 02:35:38 +02:00
parent df686d7efc
commit 9287713cb8
7 changed files with 21 additions and 2 deletions

View File

@@ -73,6 +73,9 @@ namespace BlackInput
{ XK_period, Key_Period },
{ XK_KP_Divide, Key_Divide },
{ XK_KP_Multiply, Key_Multiply },
{ XK_BackSpace, Key_Back },
{ XK_Tab, Key_Tab },
{ XK_Escape, Key_Esc },
{ XK_comma, Key_Comma },
};