
Code : Tout sélectionner
If KeyboardPushed(#PB_Key_LeftControl) Or KeyboardPushed(#PB_Key_RightControl)
cop$ = GetClipboardText()
SetClipboardText(cop$)
EndIf
If (KeyboardPushed(#PB_Key_LeftControl) And KeyboardPushed(#PB_Key_V)) Or (KeyboardPushed(#PB_Key_RightControl) And KeyboardPushed(#PB_Key_V))
cop$ = GetClipboardText()
EndIf