I have designed a file copy software in python with GUI in Wxpython. Now I want to bind Windows standard keyboard event “CTRL+V” to my application so that when any user presses “CTRL+V” then my application automaticaly copies that file to it destination.
Share
use the Accelerator Table