Giter VIP home page Giter VIP logo

keylogger's Introduction

keylogger

A keylogger for Windows. Keylogger records all of your keystrokes and mouse clicks. It is not meant for surveilance, but rather for analyzing workflows. It does not capture the clipboard, or make screen shots.

This is working as is, but needs some tidying up.

keylogger's People

Contributors

fidel-perez avatar nbirnel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

keylogger's Issues

Some events need {} to wrap them

Hi:
Not sure if you are still editing this, but wanted to say this in case someone else uses it in the future. (Thanks for this btw)

All the keyevents that contain any of the following characters, should be wrapped by braces.

Characters:
+#!+}{

Current versions:
keyevent("+")
Should be:
keyevent("{+}")

And so on.

Otherwise, AHKwise, what we are registering is control, alt, win, etc. instead of the character.

What do those lines mean?

Hi, Im not sure those lines are buggy or mean something, since they lack the "::" to be hotkeys:

~+keyevent("F")
~#+keyevent("F")
~!+keyevent("F")
~^+keyevent("F")

the line numbers are from 186 to 189.

Modifier keys up and down

I used some parts of your code inside mine, and found out something that doesnt work as I wanted, so edited that in my code.
My code is already too different from yours, but here is what I did in case you want to include it yourself:

  • I noticed your version will track several times a keypress, which is ok when its not a modifier hotkey, but can get messy otherwise (control, alt, etc).
  • Also, for detecting "control + a", and adding them accordingly, I decided to include "control down" and then "control up", plus a check to avoid including more than one "control down" repeated.
    Same goes for the rest of the modifiers.

Not sure if that matches your script, but wanted to comment in case you like my solution and want to adapt it too.

Other than that, big thanks for this code!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.