This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
da404lewzer's profile picture

Page UP/DOWN don't work until going fullscreen at some point, then works

Started by da404lewzer, 11 December 2012 - 08:49 PM
da404lewzer #1
Posted 11 December 2012 - 09:49 PM
Hello there,

If you are waiting for a keypress and the user hits Page UP or Page DN, the key will not always come through. If you force the minecraft client to go fullscreen (and optionally exit fullscreen), the keys will start working and continue to work.

I found this while implementing the Page UP/DN sections of my text editor TACO

Thanks

I'm running 1.4 in FTB
Lyqyd #2
Posted 12 December 2012 - 04:26 AM
FTB includes NEI, right? If so, turn the NEI interface off; it eats those events.
Cranium #3
Posted 12 December 2012 - 09:36 AM
I had the same problem as soon as I added NEI. However, it used to work with it on previous ComputerCraft installations. Could there be a new incompatability bug?
Cloudy #4
Posted 12 December 2012 - 10:01 AM
It is due to us using a Container GUI to get certain advantages. I will see if I can stop NEI from picking up the keys.
da404lewzer #5
Posted 12 December 2012 - 10:16 AM
It is due to us using a Container GUI to get certain advantages. I will see if I can stop NEI from picking up the keys.

Thanks Cloudy :)/>