Make ctrl+x cut to clipboard
This commit is contained in:
@@ -267,5 +267,10 @@ namespace OpenRA
|
||||
{
|
||||
return Device.GetClipboardText();
|
||||
}
|
||||
|
||||
public bool SetClipboardText(string text)
|
||||
{
|
||||
return Device.SetClipboardText(text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user