Fix touche H sur K-Psul

This commit is contained in:
Aurélien Delobelle 2016-09-25 23:35:29 +02:00
parent 988479dce3
commit 5d05b220fd

View file

@ -1240,9 +1240,10 @@ $(document).ready(function() {
case 72: case 72:
if (e.ctrlKey) { if (e.ctrlKey) {
// Ctrl+H - Display help // Ctrl+H - Display help
e.preventDefault();
$('.help').show('fast'); $('.help').show('fast');
} }
return false; return true;
case 112: case 112:
// F1 - Cool reset // F1 - Cool reset
coolReset(); coolReset();