You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug It is possible to copy or cut text from the game, but not to paste text. Attempting to copy or paste text does not do anything, cutting simply deletes the text.
I have not tested but i can basically confirm this is a bug since System.Windows.Forms has been shimmed to nothing; i need to redirect those Get/Set clipboard calls to a library that works cross platform.
on the list 👍
Edited it, because actually no, copying and cutting doesn't work either.
As for a possible library, looked it up a bit, and found https://github.com/jtanx/libclipboard.
Would this suit your need?
Would have to do a C# wrapper though so uh lol
Edited it, because actually no, copying and cutting doesn't work either.
As for a possible library, looked it up a bit, and found https://github.com/jtanx/libclipboard. Would this suit your need? Would have to do a C# wrapper though so uh lol
Describe the bug
It is possible to copy or cut text from the game, but not to paste text.Attempting to copy or paste text does not do anything, cutting simply deletes the text.
To Reproduce
Steps to reproduce the behavior:
->Nothing happens.
Expected behavior
It is possible to paste text in game, just as it is possible in vanilla.
Platform and patch info (please complete the following information):
8f0437f
The text was updated successfully, but these errors were encountered: