xdotool Questions

6

Solved

I am new to using crontab, and I've been trying to get a simple cron job. I want press F5 every 1 minute to refresh Mozzila Firefox. I am using xdotool for press F5. I have script /usr/local/bin/re...
Anaclitic asked 15/7, 2016 at 8:56

4

I've been using xdotool type in the past only to type a shrugface on shortcut using xdotool type '¯\_(ツ)_/¯'. That works, but always takes quite a long time and causes the entire desktop to freeze ...
Davie asked 30/12, 2017 at 21:28

4

Solved

I am trying to automate testing forms that selenium would take too long (javascript heavy modern forms), and I want to use xdotool and get window IDs. I see you can call xdotool selectwindow and cl...
Galactose asked 10/12, 2015 at 17:20

2

I'm writing a bash script to control a browser remotely. So far I have vertical scrolling implemented using xdotool click 4 //up xdotool click 5 //down How can I implement horizontal scrolling ...
Dissident asked 23/3, 2015 at 21:11

1

Solved

I am sorry to reporting this well known error message again. Nothing works for me. I am running on MacOS Catalina, if it is important. I installed xdotool with brew on my Mac and try to run xdotool...
Impasse asked 1/12, 2019 at 21:17

4

Solved

How can I command a window to go to end of page with xdotool? "key End" seems to send and End keystroke, but nothing happens: xdotool selectwindow key End "click 5" scrolls down, but how to know ...
Koral asked 31/10, 2014 at 13:41

2

Solved

I know that I can get the current location of the mouse cursor by executing "xdotool getmouselocation". I would like to detect the current mouse cursor type such as pointer, beam, or hand cursor f...
Depend asked 14/7, 2017 at 7:36

4

Solved

Problem I am trying to do: xdotool type 'date;' but instead of the expected date; I get: dateq I have a greek keyboard, but when I issue the command the language is set to US. A note: when greek...
Friedman asked 25/7, 2013 at 8:51

1

Solved

I like VIM a lot and I wanted to use it's keybindings everywhere. There are many IDE plugins that can emulate this but I wanted more, maybe VIM keybindings in Minecraft? :D or VIM keybindings every...
Brookite asked 4/7, 2018 at 20:28

1

I'd like to display a popover right above where the user is typing, in any Linux app (GTK, Qt, Electron, etc.), running on X. I figured out creating the popover, now I'm trying to figure out how t...
Mcgurn asked 16/11, 2018 at 23:31

1

I'm trying to do the equivalent of xdotool search "Chromium" windowactivate --sync key --clearmodifiers ctrl+r i.e. I would like to switch to Chromium and reload the current page. However, with...
Chestnut asked 6/8, 2015 at 19:45

3

I want to use xdotool via SSH but get the following error: Error: Can't open display: (default) I found this solution: export DISPLAY='0:0' Still get nearly the same error :(. I also tried: ...
Ynez asked 28/6, 2014 at 6:33

1

Does anybody know of an automated xdotool script generator? Ideally, I would like to record a series of actions on my desktop and have it automatically made into an xdotool script for me inst...
Noeminoesis asked 3/1, 2013 at 6:15
1

© 2022 - 2024 — McMap. All rights reserved.