mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
refactor: improve keybind saving logic and error handling
This commit is contained in:
parent
6656af8ab1
commit
0c28a5b0db
8 changed files with 478 additions and 154 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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](https://github.com/0PandaDEV/Qopy/blob/main/GET_STARTED.md#disable-windowsv-for-default-clipboard-manager).
|
||||
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](https://github.com/0PandaDEV/Qopy/blob/main/GET_STARTED.md#disable-windowsv-for-default-clipboard-manager).
|
||||
|
||||
All the data of Qopy is stored inside of a SQLite database.
|
||||
|
||||
|
@ -12,7 +12,7 @@ All the data of Qopy is stored inside of a SQLite database.
|
|||
|
||||
## Disable Windows+V for default clipboard manager
|
||||
|
||||
https://github.com/user-attachments/assets/723f9e07-3190-46ec-9bb7-15dfc112f620
|
||||
<video src="https://github.com/user-attachments/assets/723f9e07-3190-46ec-9bb7-15dfc112f620" controls title="Disable Windows+V for default clipboard manager"></video>
|
||||
|
||||
To disable the default clipboard manager popup from windows open Command prompt and run this command
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue