mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #219] Remote Desktop Mouse & Keyboard Support #92
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (May 27, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/219
I think it would be helpful to have more functionality as far as mouse input goes. Currently we are only able to click/double click/right click. If we want to move a window to somewhere else on the screen we aren't able to drag the window to another location. Also, if there are a cluster of files we are wanting to highlight, it becomes a difficult and overwhelming task. This would also make a great addition to when LaPanthere finishes keyboard input :)
If this is something acceptable, I can have this added shortly. (Already have the logic implemented in an older build)
@yankejustin commented on GitHub (May 30, 2015):
Related Issues:
1. Issue 126 - Keyboard input from the remote desktop and remote combinations handling. 2. Issue 112 - Mouse input from the remote desktop to the client.@ghost commented on GitHub (Jul 27, 2015):
@MaxXor, Do you think this is acceptable? I can implement this easily.
My idea behind this is to make the Remote Desktop feature similar to something like TeamViewer (as far as mouse input goes)
@MaxXor commented on GitHub (Jul 27, 2015):
Yes, we should improve the Remote Desktop to make it more user friendly and bug-free. :)
Keyboard and improved mouse support would be nice.
@ghost commented on GitHub (Jul 27, 2015):
Great :D I will improve the mouse interaction for now, and will likely focus on the keyboard part this upcoming week.
@ghost commented on GitHub (Jul 27, 2015):
#299
@ghost commented on GitHub (Jul 27, 2015):
Will also implement Delta handling (MWHEEL) :D