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