Sukju Lee
unread,Nov 7, 2025, 12:25:36 PMNov 7Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CopyQ
Hello everyone,
I’m a beginner user of CopyQ and I’m currently having trouble setting up a global shortcut.
I configured the following command:
Global Shortcut: Ctrl + Numpad 1
copyq
tab('clipboard')
var text = read(0)
copy(text)
hide()
paste()
However, pressing Ctrl + Numpad 1 doesn’t trigger any action.
To better understand the problem, I tested a few other key combinations:
Ctrl + Shift + Space → Works fine
Ctrl + Shift + Numpad 1 → Automatically changes to Ctrl + End
Ctrl + Numpad 1 → Can be assigned, but does not work when pressed
My environment:
OS: Windows 10 (64-bit)
CopyQ Version: 13.0.0 (Portable version)
Installation: Extracted and running from the portable package
Since I’m still new to CopyQ, I might have missed something in the configuration.
Could someone please advise if this is expected behavior, or if there’s a workaround to make Ctrl + Numpad 1 work as a global shortcut?
Thank you very much for your help and for your patience with a beginner like me!
Best regards
Sukju