Automating keystrokes and actions in Windows
Fresh3 days ago
Mar 15, 202618129 viewsConfidence Score0%
0%
Problem
I want to be able to either record key strokes or enter them in manually and be able to replay them. For example: Copy Manually highlight the text I want to copy. Ctrl+C Alt+Tab Manually position the cursor where I want to paste the text. Ctrl+V Alt+Shift+F10 T This would allow me to copy text into…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Automating keystrokes and actions in Windows
Low Risk
AutoHotKey can be used to make hotkeys that do what you want. It even has a recorder to ease the process of creating your script. Here's a quick example I threw together based on what you're trying to do: This script makes Ctrl + Alt + V a hotkey th…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix