Dampe 0 Report post Posted September 10, 2008 How can I set a hotkey for Control + C + 1? I've tried HotKeySet ("^c1", "_copy1") Share this post Link to post Share on other sites
Andreik 52 Report post Posted September 10, 2008 How can I set a hotkey for Control + C + 1? I've tried HotKeySet ("^c1", "_copy1") I tried to set a hotkey like you but is running when I press CTRL+C because you cannot set more then one key after special keys. Try with GUISetAccelerators(). When the words fail... music speaks Share this post Link to post Share on other sites