[PR #186] [MERGED] Keylogger fixes #1033

Closed
opened 2026-02-27 15:52:51 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: dev


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/186 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/24/2015 **Status:** ✅ Merged **Merged:** 5/24/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (2) - [`b27981d`](https://github.com/quasar/Quasar/commit/b27981ddf41e0c2c4180bef8a2e868d671f06d1f) Keylogger fixes - [`4858429`](https://github.com/quasar/Quasar/commit/48584290bfc7ca12c1441e2706072f0c3fa62b5e) Possible dead-key fix ### 📊 Changes **5 files changed** (+40 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1033
No description provided.