Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add Ctrl+c Ctrl+v Ctrl+A function? #19

Open
Oldpan opened this issue Dec 6, 2021 · 2 comments
Open

How to add Ctrl+c Ctrl+v Ctrl+A function? #19

Oldpan opened this issue Dec 6, 2021 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@Oldpan
Copy link

Oldpan commented Dec 6, 2021

Thanks for this brilliant project! I think if I can copy and paste some text on imgui-ws . But i tried and failed.
Take a look at source code:

      struct Event {
          enum Type {
              Unknown = 0,
              Connected,
              Disconnected,
              MouseMove,
              MouseDown,
              MouseUp,
              MouseWheel,
              KeyPress,
              KeyDown,
              KeyUp,
              Resize,
              TakeControl,
          };

Is it difficult to add c-v c-x function?This will be very helpful.
thanks~

@ggerganov ggerganov added enhancement New feature or request question Further information is requested labels Dec 7, 2021
@ggerganov
Copy link
Owner

Give it a try again - it works now:

http://imgui-ws.ggerganov.com:5001

@Oldpan
Copy link
Author

Oldpan commented Jun 1, 2022

Thanks for great work!
I'll have a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants