Skip to content
Snippets Groups Projects
Commit a709c349 authored by deuce's avatar deuce
Browse files

Abuse K_GETSTR to force K_SPIN off.

Naughty Deuce.
parent aa0626a9
No related branches found
No related tags found
No related merge requests found
...@@ -341,7 +341,7 @@ function Lightbar_getval(current) ...@@ -341,7 +341,7 @@ function Lightbar_getval(current)
last_cur=this.current; last_cur=this.current;
/* Get input */ /* Get input */
var key=console.getkey(K_UPPER); var key=console.getkey(K_UPPER|K_GETSTR);
if(this.hotkeys.indexOf(key)!=-1) if(this.hotkeys.indexOf(key)!=-1)
return(key); return(key);
switch(key) { switch(key) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment