OpenPrograms / skye-Programs

A place for my programs for OpenComputers. Home of miniOS
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

keyboard library doesn't work #3

Closed skyem123 closed 6 years ago

skyem123 commented 6 years ago

@kleadron ran into this bug, and it explains why ctrl+c doesn't work? For some reason the keyboard library is broken and can't actually detect keys being pressed. This is probably because I missed some glue code allowing incoming keyboard events to actually go into the keyboard library... or maybe I got it in the wrong order? Need to test for sure!

skyem123 commented 6 years ago

@Inari-Whitebear did some poking around and apparently there's no way for the keyboard events to reach the keyboard.lua file.

skyem123 commented 6 years ago

https://github.com/MightyPirates/OpenComputers/blob/917befcd0e8e256bc52abb038f86bc04f236645a/src/main/resources/assets/opencomputers/loot/openos/boot/92_keyboard.lua This is the file I need to add into miniOS to fix the keyboard