mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
Create GET_STARTED.md
This commit is contained in:
parent
f63f9838e4
commit
f1f436efb3
1 changed files with 21 additions and 0 deletions
21
GET_STARTED.md
Normal file
21
GET_STARTED.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Get Started
|
||||||
|
|
||||||
|
The hotkey for Qopy is Windows+V which is also the hotkey for the default clipboard manager to turn that off follow [this guide](https://github.com/0PandaDEV/Qopy/new/main#disable-windowsv-for-default-clipboard-manager).
|
||||||
|
|
||||||
|
All the data of Qopy is stored inside of a SQLite database. The location for the file differs for windows and linux.
|
||||||
|
|
||||||
|
| Operating System | Path |
|
||||||
|
|------------------|-------------------------------------------------------|
|
||||||
|
| Windows | `C:\Users\USERNAME\AppData\Roaming\net.pandadev.qopy` |
|
||||||
|
| Linux | `` |
|
||||||
|
|
||||||
|
## Disable Windows+V for default clipboard manager
|
||||||
|
|
||||||
|
https://github.com/user-attachments/assets/723f9e07-3190-46ec-9bb7-15dfc112f620
|
||||||
|
|
||||||
|
To disable the default clipboard manager popup from windows open Command prompt and run this command
|
||||||
|
```cmd
|
||||||
|
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v DisabledHotkeys /t REG_SZ /d V
|
||||||
|
```
|
||||||
|
|
||||||
|
After that a restart may be reqired.
|
Loading…
Add table
Add a link
Reference in a new issue