Kermia
Kermia

Reputation: 4221

Is it possible to disable Ctrl+V in windows?

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.

Upvotes: 2

Views: 1468

Answers (1)

David Heffernan
David Heffernan

Reputation: 612934

You can use RegisterHotKey() to do this.

Upvotes: 4

Related Questions