diff --git a/buttons.sh b/buttons.sh index dc20082..874aa28 100755 --- a/buttons.sh +++ b/buttons.sh @@ -212,6 +212,14 @@ discord(){ } } +Vncviewer() { + split_up(){ + xdotool_helper "key F8" + sleep .1 + xdotool_helper "key F" + } +} + mousepad(){ echo "return and run all()" }