mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #202] [MERGED] Keylogger special key fix #1046
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#1046
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/202
Author: @ghost
Created: 5/26/2015
Status: ✅ Merged
Merged: 5/26/2015
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (1)
989cd5cKeylogger 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.