KosmosPrime / OpenComputers

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

Shift+Insert clipboard paste doesn't work #13

Closed astral17 closed 1 week ago

astral17 commented 1 week 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 1 week 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.