From 9a30135f6f01fb071c72f844144a47bfd2266dd5 Mon Sep 17 00:00:00 2001 From: htpc <> Date: Sun, 23 Mar 2025 18:16:22 -0700 Subject: [PATCH] fullscreen vncviewer --- buttons.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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()" }