Which feature do you want me to work on for atbswp?
Final Results
32%
Add an option to stop infiinite playback
53%
Add a timer before recording
11%
Add more keyboard shortcuts
5%
Create a flatpack package
atbswp
Which feature do you want me to work on for atbswp?
Add a timer before recording it is✅
atbswp
Add a timer before recording it is✅
An experimental version of the feature just landed on develop. The most adventurous can test.
https://github.com/RMPR/atbswp/commit/c9dfabf0e189fd38535d50b7695de5e2f2882312
https://github.com/RMPR/atbswp/commit/c9dfabf0e189fd38535d50b7695de5e2f2882312
GitHub
Add a countdown if the recording timer is non-zero · RMPR/atbswp@c9dfabf
A minimalist macro recorder. Contribute to RMPR/atbswp development by creating an account on GitHub.
Hi there, it's been quite some time. I am thrilled to announce atbswp v0.2 with the following changes:
- Add a language support
- Add a timer before recording
- Create a keyboard shortcut to access the repeat count setting (<kbd>Ctrl</kbd>+<kbd>R</kbd>)
- All the settings dialog can now be closed using <kbd>ESC</kbd>
- Beware of the repeat count dialog though, if you press <kbd>ESC</kbd> your changes won't be saved, you need to press <kbd>Enter</kbd>
That way you can as you requested modify the repeat count in less than 5 keystrokes most of the time. I also fixed the keyboard shortcuts for playback and recording, refer to the corresponding setting to see the values for your copy of atbswp (most likely F9 and F10).
As usual you can download it here https://github.com/RMPR/atbswp/releases/tag/v0.2
I wrote a small blog post about infinite playback
https://rmpr.xyz/Use-atbswp-infinite-playback-effectively/
Or if you're more into Reddit
https://www.reddit.com/r/Python/comments/lof87g/atbswp_02_released/
- Add a language support
- Add a timer before recording
- Create a keyboard shortcut to access the repeat count setting (<kbd>Ctrl</kbd>+<kbd>R</kbd>)
- All the settings dialog can now be closed using <kbd>ESC</kbd>
- Beware of the repeat count dialog though, if you press <kbd>ESC</kbd> your changes won't be saved, you need to press <kbd>Enter</kbd>
That way you can as you requested modify the repeat count in less than 5 keystrokes most of the time. I also fixed the keyboard shortcuts for playback and recording, refer to the corresponding setting to see the values for your copy of atbswp (most likely F9 and F10).
As usual you can download it here https://github.com/RMPR/atbswp/releases/tag/v0.2
I wrote a small blog post about infinite playback
https://rmpr.xyz/Use-atbswp-infinite-playback-effectively/
Or if you're more into Reddit
https://www.reddit.com/r/Python/comments/lof87g/atbswp_02_released/
GitHub
Release atbswp v0.2 · RMPR/atbswp
Today we are releasing atbswp v0.2! It brings new features and bug fixes:
Multilingual support (with Turkish, Italian, French, English, Deutsch)
Speed up the recording on Windows
New keyboard shor...
Multilingual support (with Turkish, Italian, French, English, Deutsch)
Speed up the recording on Windows
New keyboard shor...
Poll over, changing the name it is, now feel free to give any input here https://github.com/RMPR/atbswp/issues/49
GitHub
Change of repository name · Issue #49 · RMPR/atbswp
Following this poll https://t.me/atbswp/36, (while against it) I decided to gather advices for a new name. Feel free to propose a new one.
atbswp
Which feature do you want me to work on for atbswp?
After adding a timer before recording, experimental support for stopping infinite playback just landed on the develop branch, so for the more adventurous, I encourage you to test and report any problem on the issue tracker. Hopefully this can make it to the 0.3.0
Additionally I added two keyboard shortcuts
- Ctrl+S to save a capture
- Ctrl+O to open a new one
Unfortunately still no Flatpack sorry :(
There's a write up about the implementation of stopping the infinite playback for those who are into that kind of things https://rmpr.xyz/Sync-async/
Additionally I added two keyboard shortcuts
- Ctrl+S to save a capture
- Ctrl+O to open a new one
Unfortunately still no Flatpack sorry :(
There's a write up about the implementation of stopping the infinite playback for those who are into that kind of things https://rmpr.xyz/Sync-async/
rmpr.xyz
Synchronous Async
This piece might need to dive a bit in the source code of atbswp.
I was working on atbswp trying to solve a problem I spotted since the beginning of the project: How to
stop the infinite playback. It doesn’t seem like it, but it was very challenging for me.…
I was working on atbswp trying to solve a problem I spotted since the beginning of the project: How to
stop the infinite playback. It doesn’t seem like it, but it was very challenging for me.…
atbswp 0.3.0 is here! https://github.com/RMPR/atbswp/releases/tag/0.3.0
Here's an overview of the changes for this version:
- A couple of updates to the french translation
- Make the UI non-blocking when using infinite playback
- Ctrl+S to save a capture
- Ctrl+O to open a new one
- Add support for stopping infinite playback
- Correctly report the version number and the copyright year
- Display the number of remaining iterations on the main window
- Show atbswp version in the capture file
- Switch to a Progress Dialog to display the recording timer
Feel free to test and report any issue you might encounter.
Here's an overview of the changes for this version:
- A couple of updates to the french translation
- Make the UI non-blocking when using infinite playback
- Ctrl+S to save a capture
- Ctrl+O to open a new one
- Add support for stopping infinite playback
- Correctly report the version number and the copyright year
- Display the number of remaining iterations on the main window
- Show atbswp version in the capture file
- Switch to a Progress Dialog to display the recording timer
Feel free to test and report any issue you might encounter.
atbswp has a new website 🥳
https://atbswp.com
You can access the source code on the
https://github.com/RMPR/atbswp/tree/gh-pages
https://atbswp.com
You can access the source code on the
gh-pages
branchhttps://github.com/RMPR/atbswp/tree/gh-pages
GitHub
GitHub - RMPR/atbswp at gh-pages
A minimalist macro recorder. Contribute to RMPR/atbswp development by creating an account on GitHub.