KosmosPrime / OpenComputers

Home of the OpenComputers mod for Minecraft.
https://oc.cil.li
Other
34 stars 15 forks source link

Shift+Insert clipboard paste doesn't work #13

Closed astral17 closed 5 months ago

astral17 commented 5 months ago

Shift+Insert key combination doesn't paste text from the clipboard. Paste from clipboard using the middle button works fine. dmesg demo 1.12.2 (OC 1.8.5): image dmesg demo 1.16.5 (OC 1.8.5.1): image

KosmosPrime commented 5 months ago

This is probably working as intended. The port uses minecraft's keybinding system, and the default keybinding for clipboard paste is "insert" (not "shift + insert"). Forge makes it so that keybindings without modifier keys aren't activated if a modifier key (here: shift) is pressed.