How the copyq know the global keyboard on windows? #2452
Unanswered
Michaelzhouisnotwhite
asked this question in
Q&A
Replies: 1 comment
-
The global/system shortcuts for Windows are implemented here: https://github.com/hluk/CopyQ/blob/edfac75616bc928734c45338af63dfab3ef220b0/qxt/qxtglobalshortcut_win.cpp |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I first set
ctrl+alt+v
key to show/hide main window. When the Copyq main window is hide, how does CopyQ knows the user clickctrl+alt+v
and show the main window? I didn't find any function related toSetWindowsHookEx
function. [global key listening reference on windows]https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowshookexa.Beta Was this translation helpful? Give feedback.
All reactions