mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-01 02:45:57 +01:00
4 lines
79 B
Bash
4 lines
79 B
Bash
#!/bin/bash
|
|
|
|
xdotool getactivewindow && xdotool keydown $1 && xdotool keyup $1
|