forked from DGNum/gestioCOF
Fix touche H sur K-Psul
This commit is contained in:
parent
988479dce3
commit
5d05b220fd
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue