Plethora Peripherals

Plethora Peripherals

3M Downloads

[Suggestion] Keyboard capture

scmcgowen opened this issue ยท 4 comments

commented

New Keyboard module method:
neural.captureKeyboard()
This would pop up the screen that sends all kb input to the neural as if you right clicked it in the air
It could be useful for overlay glasses text input as it will stop MC keybinds from taking effect.
It would also send an event KeyboardClosed upon you pressing ESC to close the Screen

commented

Alternatively, just implement old Plethora's behavior, where right-clicking an unbound keyboard would open a keyboard that sent input to the neural. 1.12 Plethora also included events for mouse positions if the neural had overlay glasses (glasses_click, glasses_up, glasses_scroll, and glasses_drag)

commented

I was thinking both in combination
I didn't even know that feature wasn't implemented.

Its a gripe I had with 1.12.2 plethora too though that I couldn't open that GUI with it as a module in code

commented

it seems this omission was intentional
image

commented

1.12 Plethora also included events for mouse positions if the neural had overlay glasses (glasses_click, glasses_up, glasses_scroll, and glasses_drag)

Duplicate of #12. The ommission of the rest of the behavior is intentional.