mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #80] keylogger #29
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#29
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?
Originally created by @DragonzMaster on GitHub (May 5, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/80
why you have removed F1:F12 Keys
is there any solution to get them handled ?
@ghost commented on GitHub (May 5, 2015):
The reason they were removed is because each key that we want to log should have some sort of character(s) to show for it in the logs. The f1-f11 keys weren't printing anything to the log and the way the active window title headers are written, it would leave blank characters to follow and it takes up unnecessary space.
But to answer your question, yes there is a solution. I can add these, as long as MaxXor is in agreeance
@DragonzMaster commented on GitHub (May 5, 2015):
thnx for your time
i think that can be possible by changing the value to Key type then you can handle it (using If or Select Case ) and log it as [F1] etc