Files
Autodesk-Fusion-360-for-Linux/files/extensions/development-branch/speech-toolkit/keypress.sh

4 lines
87 B
Bash
Raw Normal View History

2024-03-24 03:22:49 -04:00
#!/usr/bin/env bash
2022-02-09 10:00:50 +01:00
xdotool getactivewindow && xdotool keydown $1 && xdotool keyup $1