mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2026-05-07 18:16:02 +02:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
xdotool getactivewindow && xdotool mousemove 1812 181 click 1
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
xdotool getactivewindow && xdotool mousemove 1825 230 click 1
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
xdotool getactivewindow && xdotool mousemove 1888 228 click 1
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
xdotool getactivewindow && xdotool mousemove 1858 209 click 1
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
xdotool getmouselocation
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
xdotool getactivewindow && xdotool keydown $1 && xdotool keyup $1
|
||||
Reference in New Issue
Block a user