Replace Win+V Shortcut
Why Replace It?
The native Win + V Clipboard History in Windows is limited. It only stores a small number of items locally and doesn’t work across devices.
This app provides a more powerful solution:
- Full clipboard history
- Cross-device sync (Nearby Sync, Cloud Sync)
- Favorites and Aliases
- Quick search and input
By remapping Win + V to this app, you can enjoy a seamless clipboard experience.
This remap redirects Win+V away from the native Windows Clipboard History to Octoclip. While the remap is active, pressing Win+V will no longer open the Windows built-in clipboard panel. If you ever want the native behavior back, follow the steps in How to Restore Default Win+V.
Method Comparison
| Method | Recommended | Best For | Features |
|---|---|---|---|
| PowerToys | ⭐⭐⭐⭐⭐ | Normal users | Easy to install, GUI-based, stable |
| AutoHotKey | ⭐⭐⭐ | Advanced users | More flexible, script-based, requires manual setup |
Method 1: PowerToys (Recommended)
Step 1: Install PowerToys
Download from the Microsoft Store or via this link.
Step 2: Remap Win+V
Open Keyboard Manager → “Remap Shortcut”.
- Set
Win + vas the key to be replaced. - Map it to your clipboard shortcut (see in-app settings for the current binding).
Now pressing Win + v opens clip history instead of Windows Clipboard History.
Method 2: AutoHotKey (Advanced)
Step 1: Install AutoHotKey
Download from the official website.
Step 2: Create the Script
Create a .ahk file and paste the following code. [待确认:是否存在生成脚本的交互控件]
The script below uses ^+; (Ctrl+Shift+;) as a placeholder. Replace it with your actual Octoclip binding — check Settings in the app to find the current shortcut assigned to open clipboard history.
#Requires AutoHotkey v2.0SetKeyDelay 0#v::Send "^+;" ; Replace ^+; with your actual Octoclip shortcutRun the script. A green H icon will appear in the taskbar.
Now Win + v is redirected to the app.
The script only contains simple key remapping, no system-level modifications. It’s safe to use.
Step 3: Auto Start on Boot (Optional)
Press Win + R, type shell:startup, and copy the script into the folder.
How to Restore Default Win+V
- PowerToys: Delete the remapping.
- AutoHotKey: Close or delete the script.
This restores the native Windows Clipboard History.
FAQ
Q: Win+V doesn’t work after setup?
A: Ensure PowerToys or the AHK script is running. Check for conflicts.
Q: Can I still keep the original Clipboard History?
A: Yes. You can remap it to Ctrl + Win + V if you want both.
Q: Does it affect other shortcuts?
A: No, only Win + V is modified.
This article was contributed by community user @wwxiaoqi. Thanks for sharing!
