mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #186] [MERGED] Keylogger fixes #1033
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#1033
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/186
Author: @ghost
Created: 5/24/2015
Status: ✅ Merged
Merged: 5/24/2015
Merged by: @MaxXor
Base:
dev← Head:dev📝 Commits (2)
b27981dKeylogger fixes4858429Possible dead-key fix📊 Changes
5 files changed (+40 additions, -30 deletions)
View changed files
📝
Client/Core/Keylogger/Implementation/KeyboardState.cs(+1 -1)📝
Client/Core/Keylogger/KeyPressEventArgsExt.cs(+2 -3)📝
Client/Core/Keylogger/Logger.cs(+10 -9)📝
Client/Core/Keylogger/LoggerHelper.cs(+2 -2)📝
Client/Core/Keylogger/WinApi/KeyboardNativeMethods.cs(+25 -15)📄 Description
-Fixed spaces showing up in weird orders.
-Fixed issue where pressing some modifier keys would append the KeyPress
events text prior to the Appended highlighted text from the KeyDown
event. Example: User presses Windows Key + R. it would log "r[Win +
[R]"
-POSSIBLY fixed dead keys, needs to be tested!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.