forked from DGNum/gestioCOF
Ajout raccourci K-Psul pour LIQ : flèche bas
This commit is contained in:
parent
c27222c751
commit
990643e5d4
1 changed files with 9 additions and 0 deletions
|
@ -238,6 +238,15 @@ $(document).ready(function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
triInput.on('keydown', function(e) {
|
||||||
|
if (e.keyCode == 40) {
|
||||||
|
// Arrow Down - Shorcut to LIQ
|
||||||
|
triInput.val('LIQ');
|
||||||
|
triInput.trigger('input');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
// -----
|
// -----
|
||||||
// Checkout data management
|
// Checkout data management
|
||||||
// -----
|
// -----
|
||||||
|
|
Loading…
Reference in a new issue