LogoOctoclip Docs

    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.

    Remapping Win+V disables the native Windows Clipboard History

    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

    MethodRecommendedBest ForFeatures
    PowerToys⭐⭐⭐⭐⭐Normal usersEasy to install, GUI-based, stable
    AutoHotKey⭐⭐⭐Advanced usersMore flexible, script-based, requires manual setup

    Step 1: Install PowerToys

    Download from the Microsoft Store or via this link.

    Step 2: Remap Win+V

    Open Keyboard Manager → “Remap Shortcut”.

    1. Set Win + v as the key to be replaced.
    2. 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. [待确认:是否存在生成脚本的交互控件]

    Replace the example shortcut

    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.

    ReplaceWinV.ahkahk
    #Requires AutoHotkey v2.0SetKeyDelay 0#v::Send "^+;"  ; Replace ^+; with your actual Octoclip shortcut

    Run the script. A green H icon will appear in the taskbar. Now Win + v is redirected to the app.

    Safety Note

    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.


    Author Note

    This article was contributed by community user @wwxiaoqi. Thanks for sharing!

    Was this page helpful?