Skip to content
Advertisement

Tag: xdotool

Simulate Right CTRL key using xdotool inside Virtual box

I’m running Virtualbox in my Windows 10. I have a virtual machine running Raspbian. Inside Raspbian virtual machine, i’m using xdotool. From Raspbian, using xdotool, can i simulate to press Right Ctrl that it is my host key in VirtualBox so i can change the size of my VirtualBox-window?. I mean from Raspbian that it is a virtual machine from

C++ Command not recognized after fork() and execl() call (Linux)

I’m trying to create a program that can open a terminal browser and navigate through a website. It works fine up until the child process is called. The following error shows up “xdotool: Unknown command: search –onlyvisible –name Terminal windowactivate keydown Down” I’ve tested the command in a separate terminal and it indeed works but it doesn’t get recognized in

Advertisement