Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Added Mouse Scrolling/Keyboard Implementation#304

Merged
MaxXor merged 7 commits intoremote-desktopfrom
unknown repository
Jul 29, 2015
Merged

Added Mouse Scrolling/Keyboard Implementation#304
MaxXor merged 7 commits intoremote-desktopfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jul 29, 2015

Added Keyboard/Mouse hook to server's RDP form to access mouse data (scroll wheel) and implemented keyboard handling

Added Keyboard/Mouse hook to server to access mouse data and for future keyboard integration to RDP
if form isn't in focus then don't send key data
@ghost ghost changed the title Added Mouse Scrolling to RDP Added Mouse Scrolling/Keyboard Implementation Jul 29, 2015
@ghost
Copy link
Copy Markdown
Author

ghost commented Jul 29, 2015

Only thing left to do for keyboard handling is forwarding ALT and Windows key presses to client by setting hotkeys, setting an image for the btnKeyboard (I don't have the images), registering and unregistering hotkeys when form is in focus/loses focus

@MaxXor
Copy link
Copy Markdown
Contributor

MaxXor commented Jul 29, 2015

Thanks for your work!

You mean, when pressing the windows key or alt, it's processed on both computers, but we only need it on the client. So we are registering an hotkey for it in the Server Remote Desktop Window, right?

@MaxXor MaxXor merged commit 9416b22 into quasar:remote-desktop Jul 29, 2015
@ghost
Copy link
Copy Markdown
Author

ghost commented Jul 29, 2015

@MaxXor, Basically, the form needs to be in focus to send input to the client machine, so if you want to send for example Windows key + R to open a run dialog, we don't want our start menu to come up on the host machine so it will only send it to the client. Alt + tab as well :D. I've found a better way other than registering the hotkey. The solution was right in front of my eyes lol. I will send another pull request when I've cleaned up a bit :)

@MaxXor
Copy link
Copy Markdown
Contributor

MaxXor commented Jul 29, 2015

@d3agle Okay, I understand. Hehe thanks man!

@ghost ghost deleted the remote-desktop branch July 29, 2015 21:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants