Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 944 Bytes

File metadata and controls

21 lines (13 loc) · 944 Bytes

ReadKeyboard

ReadKeyboard is an application that records and stores keystroke events made by the user on a keyboard.

You can use the batch file to simplify the process of compiling and executing Java code through a script.

Important!

  • verify if the project have JNativeHook library
    • if not, add jnativehook-2.1.0.jar in the project File -> Project Structure -> Modules -> Dependencies -> Add -> Jar or DIrectory -> jnativehook-2.1.0.jar
  • verify the location where the keystrokes are being saved
    • "public Path fileName = Path.of("E:\files.txt");"

Run using a batch file 2023-07-14 15-11-23 (online-video-cutter com)

Run using IntelliJ IDEA 2023-07-14 15-11-23(2) (online-video-cutter com)