Improve gesture lables for better consistency with key labels.

This commit is contained in:
Jeff Young
2019-06-14 16:54:46 +01:00
parent 3d9690302c
commit e90cfa1d40
3 changed files with 10 additions and 14 deletions
+3 -5
View File
@@ -98,11 +98,9 @@ static struct hotkey_name_descr hotkeyNameList[] =
{ wxT( "" ), 0 },
{ wxT( "Left Button" ), PSEUDO_WXK_LMB },
{ wxT( "Middle Button" ), PSEUDO_WXK_MMB },
{ wxT( "Right Button" ), PSEUDO_WXK_RMB },
{ wxT( "Mouse Wheel" ), PSEUDO_WXK_WHEEL },
{ wxT( "Double-click" ), PSEUDO_WXK_DBLCLICK },
{ wxT( "Click" ), PSEUDO_WXK_CLICK },
{ wxT( "DblClick" ), PSEUDO_WXK_DBLCLICK },
{ wxT( "Wheel" ), PSEUDO_WXK_WHEEL },
// Do not change this line: end of list
{ wxT( "" ), KEY_NON_FOUND }