Keyboard object has no actions. How do I simulate action of some combination?
I want to make automatic text saving to clipboard. If there is no way to just put text in clipboard ( discussed here ), then I want to try this trick:
1. User presses "Save to clipboard" button
2. System focuses on a hidden textbox
3. System simulates "Ctrl + A" combinaion
4. System simulates "Ctrl + C" combination
Done!
What do you think? If it possible to make?