How can I make Windows standard cut/grab/paste work in XuiTextArea?
Here is how cut/grab/paste works in Windows vs XuiTextArea and XuiTextLine : Windows XuiTextArea operation performed Ctrl+X Ctrl+X or Delete cut selected text and put in clipboard Ctrl+C Ctrl+C or Ctl+Insert copy selected text and put in clipboard Ctrl+V Ctrl+V or Insert paste clipboard text at text cursor position Applications can process the TextEvent callback message from text grids like XuiTextArea and XuiTextLine to implement new keystroke conventions.