You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the key to start / stop recording? With the atbswp window focused with mouse click, i tried F9 key to start recording but after that, F9 key didn't stop the recording.
What is the key to "reset" the "Play capture counter" in the interface above the Play Capture button?
In linux, where is stored the last recorded events?
This settings could be in the docs of the program?
Hey, thanks for your time and work with atbswp.
The text was updated successfully, but these errors were encountered:
What is the key to start / stop recording? With the atbswp window focused with mouse click, i tried F9 key to start recording but after that, F9 key didn't stop the recording.
The default keys to start/stop the recording is F9, but in order for them to work, atbswp's windows needs to have focus
What is the key to "reset" the "Play capture counter" in the interface above the Play Capture button?
What do you mean by resetting? If the playback is interrupted, the counter is reset to the value set in the settings.
In linux, where is stored the last recorded events?
/tmp/atbswp-yyyy-mm-dd it's a python file
This settings could be in the docs of the program?
In python exists such an awesome library like pynput it doesn't require focus on window to check pressed button.
Down below I will write simple example of autoclicker writen on this library. This autoclicker start clicking until user press f8 to stop it and then can start clicing again by pressing f8 again. No matter if user is focused on terminal or not clicker will stop and resume on button press. To implement this library in this project you have to rewrite
event creation method in file gui.py in class MainDialog and in function on_key_press you have to change logic from receiving keycode to just assigning pynput keyboard listener that will return you Key object
Checklist
Verbose log
Miscellaneous information
Operating System
Linux Mint 20.3 Una
Desktop Environment/Window Manager
Cinnamon
Python version
python3
Description
What is the key to start / stop recording? With the atbswp window focused with mouse click, i tried F9 key to start recording but after that, F9 key didn't stop the recording.
What is the key to "reset" the "Play capture counter" in the interface above the Play Capture button?
In linux, where is stored the last recorded events?
This settings could be in the docs of the program?
Hey, thanks for your time and work with atbswp.
The text was updated successfully, but these errors were encountered: