Ajout raccourci K-Psul pour LIQ : flèche bas

This commit is contained in:
Aurélien Delobelle 2016-08-31 01:03:19 +02:00
parent c27222c751
commit 990643e5d4

View file

@ -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
// -----