logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Control Mouse & Keyboard - ydotool Commands | Online Free DevTools by Hexmos

Control mouse and keyboard inputs with ydotool commands. Simulate clicks, keystrokes, and more across different display servers. Free online tool, no registration required.

ydotool

Control keyboard and mouse inputs via commands in a way that is display server agnostic. More information: https://github.com/ReimuNotMoe/ydotool.

  • Start the ydotool daemon in the background:

ydotoold

  • Perform a <LeftClick> input:

ydotool click 0xC0

  • Perform a <RightClick> input:

ydotool click 0xC1

  • Input <Alt F4>:

ydotool key 56:1 62:1 62:0 56:0

See Also