Fix shortkey

This commit is contained in:
Laurent Destailleur 2018-12-14 19:33:43 +01:00
parent 32f51838ec
commit 0cbc0fa0fc

View File

@ -6746,7 +6746,7 @@ class Form
{ {
$stringforfirstkey .= ' ALT +'; $stringforfirstkey .= ' ALT +';
} }
if ($conf->browser->name == 'firefox') elseif ($conf->browser->name == 'firefox')
{ {
$stringforfirstkey .= ' ALT + SHIFT +'; $stringforfirstkey .= ' ALT + SHIFT +';
} }