Skip to content

Commit

Permalink
add f8
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 9, 2024
1 parent a8cdce6 commit f73a12e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,16 @@ f7() {
vncdotool key f7
}

#osname
f8() {
_osname="${1:-$VM_OS_NAME}"

if [ -z "$_osname" ]; then
echo "Usage: f8 netbsd"
return 1
fi
vncdotool key f8
}



Expand Down

0 comments on commit f73a12e

Please sign in to comment.