[GH-ISSUE #80] keylogger #29

Closed
opened 2026-02-27 15:48:22 +03:00 by kerem · 2 comments
Owner

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 ?

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 ?
kerem 2026-02-27 15:48:22 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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

<!-- gh-comment-id:99103714 --> @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
Author
Owner

@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

<!-- gh-comment-id:99113542 --> @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
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#29
No description provided.