- Thread starter
- #61
papinho81
Champions League
Just a quick message to report a bug I am having sometime with the python script that takes screenshots after pressing the keys a and s.
Sometime (too often to my taste) the script takes a screen shot if you only press a or s which activate the loading stadium process at the wrong time.
It doesn't deserve a package update, but if you are like me annoyed about this, goes to your Stadium Server R App folder, open the python_script folder. And with a text editor open Screen_shot_shortcut_mss.py file.
Replace the line 7:
{keyboard.KeyCode(char='s'),keyboard.KeyCode(char='a')}
by
{keyboard.KeyCode(char='$')}
Save. Done!
I used $ but you can use the key of your choice. Just use one key because the key combination doesn't always work as intended.
Sometime (too often to my taste) the script takes a screen shot if you only press a or s which activate the loading stadium process at the wrong time.
It doesn't deserve a package update, but if you are like me annoyed about this, goes to your Stadium Server R App folder, open the python_script folder. And with a text editor open Screen_shot_shortcut_mss.py file.
Replace the line 7:
{keyboard.KeyCode(char='s'),keyboard.KeyCode(char='a')}
by
{keyboard.KeyCode(char='$')}
Save. Done!
I used $ but you can use the key of your choice. Just use one key because the key combination doesn't always work as intended.