What's the easiest way to make a hotkey for windows?
For example , you push Ctrl + V and insert the buffer content into the window. How can I create my own hotkeys like that? Sorry for noobish question. Copas A great way to do this quickly and easily is with a script language that focuses on macro programming. My favorite is AutoIt as it says in a clip from the AutoIt help file... AutoIt was initially designed for PC "roll out" situations to reliably automate and configure thousands of PCs. Over time it has become a powerful language that supports complex expressions, user functions, loops and everything else that veteran scripters would expect.