[PR #202] [MERGED] Keylogger special key fix #1046

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/202
Author: @ghost
Created: 5/26/2015
Status: Merged
Merged: 5/26/2015
Merged by: @MaxXor

Base: masterHead: master


📝 Commits (1)

  • 989cd5c Keylogger special key fix

📊 Changes

1 file changed (+5 additions, -3 deletions)

View changed files

📝 Client/Core/Keylogger/Logger.cs (+5 -3)

📄 Description

added modifierkey check so we only ignore special key cases if modifier keys were down. without this, pressing special keys such as dead keys followed by enter, would trigger the second if statement and would ignore displaying [Enter] and sometimes even possibly spaces

after adding this check, everything works accurately


🔄 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/202 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/26/2015 **Status:** ✅ Merged **Merged:** 5/26/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`989cd5c`](https://github.com/quasar/Quasar/commit/989cd5c664a081443aa1052cd1eaa3205db62238) Keylogger special key fix ### 📊 Changes **1 file changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Keylogger/Logger.cs` (+5 -3) </details> ### 📄 Description added modifierkey check so we only ignore special key cases if modifier keys were down. without this, pressing special keys such as dead keys followed by enter, would trigger the second if statement and would ignore displaying [Enter] and sometimes even possibly spaces after adding this check, everything works accurately --- <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:54 +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#1046
No description provided.