Skip to content

Releases: orsnaro/Keyboard-Event-Recorder-tool

v2.1.2B

18 Jun 07:22
Compare
Choose a tag to compare

✨ Release v2.1.2B Notes:

  • New:

    • Now you can save up to 20 favorite records and choose between them freely inside the tool
    • Now tool logs each window\app i.e. [window_title, timestamp] that recorder tool has hooked to before!
    • Now you can show and select any of the recent apps that you have hooked to the recorder tool
  • Fixes:

    • refactoring
    • hotfixes post the release:

      • hotfix1

      • hotfix2

      • hotfix3

      • hotfix4

      • hotfix5(v2.1.2.5B)
        • fixed skipping stop playing key due to blocking sleep()

        • fixed recent windows list bug: when retrieving a saved name of a recent window that is active tool returns false error raised (not active/found)…

        • better handling to input at record_menu()

KeyRec2 1 2B

Full Changelog: v2.1.1B...v2.1.2B

v2.1.1B

25 Feb 19:34
Compare
Choose a tag to compare

✨ Release v2.1.1B Notes:

  • New:

    • Now !save all your key-records and load latest saved key records ( load last recrod option won't show unless you have saved records)
    • Now! you can edit your saved key records in .json located at: '~\AppData\Roaming\KeyRec_Asda_history`
    • Fully rebuilt main method
    • refactored most of the code
    • add utility functions and code file
  • Fixes:

    • Better listening to tool control characters: fixing the need to multiple time clicking to stop playing a record and/or multi click issues
    • Handling if target window terminates while tool still running issues
    • Suppressing key recording action keyrec_1window_V2.1.1B.py#L94
    • Handling target game/window lagging while attached to the tool (when pausing, we fully detach
    • Better handling of extra input characters to tools console new flushing input stream loop

KeyRec2 1 1B

Tip

Main File full changes: b6e748c
Full Changelog: 157a389...90b1053

KeyRec-Asda (v2.1.0B)

04 May 18:02
157a389
Compare
Choose a tag to compare
KeyRec-Asda (v2.1.0B) Pre-release
Pre-release

Automation tool that records any given keyboard events and plays them to any specific window / game and more soon!...

Please refer to readme.md for more info ...