diff --git a/exec/load/lightbar.js b/exec/load/lightbar.js index e25c381b9336a828b7f641fc231acb8edd69c874..08255fce2655ed7a8511bdcbd7081f4772010687 100644 --- a/exec/load/lightbar.js +++ b/exec/load/lightbar.js @@ -341,7 +341,7 @@ function Lightbar_getval(current) last_cur=this.current; /* Get input */ - var key=console.getkey(K_UPPER); + var key=console.getkey(K_UPPER|K_GETSTR); if(this.hotkeys.indexOf(key)!=-1) return(key); switch(key) {