diff --git a/kfet/templates/kfet/kpsul.html b/kfet/templates/kfet/kpsul.html
index bcd260f5..ddd1ce6b 100644
--- a/kfet/templates/kfet/kpsul.html
+++ b/kfet/templates/kfet/kpsul.html
@@ -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
// -----