bhutch29 / abv

Bar inventory tracking system
MIT License
6 stars 2 forks source link

F1 through F5 don't get captured on Raspberry Pi (And likely other Debian OSes) #78

Open bhutch29 opened 6 years ago

ryanavella commented 6 years ago

I have Debian on my beaglebone black, we can test on that to verify.

bhutch29 commented 5 years ago

I am wondering if we can do something custom to make the function keys work. Instead of relying on the GoCui library (which uses termbox-go), we could try capturing those keys ourselves...

ryanavella commented 5 years ago

I am not able to reproduce on my BeagleBone Black, which is running Debian GNU/Linux 9.6. Likely something weird is going on with Raspbian and/or the keyboard drivers.

ryanavella commented 5 years ago

See the following. We may want to test the termbox-go raw input demo to see what bytes are actually being captured with F1 through F5.

https://github.com/nsf/termbox-go/issues/46#issuecomment-515735311