Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.2 KB

GET_STARTED.md

File metadata and controls

23 lines (15 loc) · 1.2 KB

Get Started

The default hotkey for Qopy is Windows+V which is also the hotkey for the default clipboard manager to turn that off follow this guide.

All the data of Qopy is stored inside of a SQLite database.

Operating System Path
Windows C:\Users\USERNAME\AppData\Roaming\net.pandadev.qopy
macOS /Users/USERNAME/Library/Application Support/net.pandadev.qopy
Linux /home/USERNAME/.local/share/net.pandadev.qopy

Disable Windows+V for default clipboard manager

Qopy.disable.WIN+V.mp4

To disable the default clipboard manager popup from windows open Command prompt and run this command

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v AllowClipboardHistory /t REG_DWORD /d 0 /f

After that a restart may be reqired.