i am developing a server-client (client may be multiple ) application, in which server app should have functionality to switch controls over client for i need to define some hotkey like 'Ctrl + 1' for first client, 'Ctrl + 2' for second client and so on. For this i have to register a new hotkey when a new client is connected to the server.
My question : Is it possible to register 'Ctrl + 11' as a global hotkey? If yes then how?