mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #306] [MERGED] Improved Remote Desktop #1086
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#1086
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?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/306
Author: @MaxXor
Created: 7/29/2015
Status: ✅ Merged
Merged: 7/29/2015
Merged by: @MaxXor
Base:
master← Head:remote-desktop📝 Commits (10+)
834dd12Old Remote Desktop08a7415Added Mouse Scrolling to RDP0f82ba9Removed unused namespace6f307b2Keyboard implementation for RDP45742d2Small fixefc4463Format fixf01b555Improved Keyboard handling9416b22Small fixes and prep for hotkeys72c4815Added Icons to keyboard input buttonc3f9b67Merge pull request #305 from MaxXor/pr/304📊 Changes
69 files changed (+3346 additions, -205 deletions)
View changed files
📝
Client/Client.csproj(+1 -1)📝
Client/Core/Commands/CommandHandler.cs(+0 -1)📝
Client/Core/Commands/SurveillanceHandler.cs(+47 -66)📝
Client/Core/Helper/NativeMethodsHelper.cs(+20 -7)📝
Client/Core/Packets/ClientPackets/GetDesktopResponse.cs(+1 -1)📝
Client/Core/Packets/PacketHandler.cs(+4 -0)➕
Client/Core/Packets/ServerPackets/DoKeyboardEvent.cs(+30 -0)📝
Client/Core/Packets/ServerPackets/GetDesktop.cs(+1 -6)📝
Client/Core/Utilities/NativeMethods.cs(+4 -1)📝
Client/Enums/MouseAction.cs(+2 -0)➖
Client/Enums/RemoteDesktopAction.cs(+0 -8)📝
Client/Program.cs(+1 -1)📝
Server/Controls/RapidPictureBox.cs(+1 -1)📝
Server/Core/Commands/SurveillanceHandler.cs(+17 -8)➕
Server/Core/Helper/MouseKeyHook/Hook.cs(+38 -0)➕
Server/Core/Helper/MouseKeyHook/HotKeys/HotKeyArgs.cs(+33 -0)➕
Server/Core/Helper/MouseKeyHook/HotKeys/HotKeySet.cs(+287 -0)➕
Server/Core/Helper/MouseKeyHook/HotKeys/HotKeySetCollection.cs(+48 -0)➕
Server/Core/Helper/MouseKeyHook/HotKeys/HotKeySetsListener.cs(+4 -0)➕
Server/Core/Helper/MouseKeyHook/HotKeys/ReadMe.txt(+85 -0)...and 49 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.