nezd 2 Posted May 24, 2016 Share Posted May 24, 2016 Hi! Here is key button receiver code: type, _, char, _ = computer.pullSignal() --Receiving input while true do if type = "key_up" then print(char) end end And here is problem: when I dont touch keyboard it prints 116 Quote Link to post Share on other sites
0 Solution nezd 2 Posted May 24, 2016 Author Solution Share Posted May 24, 2016 Oops - my fault Quote Link to post Share on other sites
0 nezd 2 Posted May 24, 2016 Author Share Posted May 24, 2016 After some fast googling, I find that 116 is F5 key Quote Link to post Share on other sites
0 nezd 2 Posted May 24, 2016 Author Share Posted May 24, 2016 Hm. This looks like a bug in OpenOS - cause when i upload this program to EEPROM it works normally Quote Link to post Share on other sites
Hi!
Here is key button receiver code:
And here is problem: when I dont touch keyboard it prints 116
Link to post
Share on other sites