Reputation: 4221
How can i disable Ctrl+V shortcut-key in windows and handle it by my own application? Actually , i want to ignore it and send another key instead of Ctrl+V.
Ctrl+V
Upvotes: 2
Views: 1468
Reputation: 612934
You can use RegisterHotKey() to do this.
RegisterHotKey()
Upvotes: 4