Files
Autodesk-Fusion-360-for-Linux/files/extensions/development-branch/speech-toolkit/keypress.sh
2022-02-09 10:00:50 +01:00

4 lines
79 B
Bash

#!/bin/bash
xdotool getactivewindow && xdotool keydown $1 && xdotool keyup $1