This is a two-part question really. The first is: what are the most commonly used keyboard shortcuts for "copy" and "paste" on all three platforms? ctrl-c and ctrl-v for Windows, I believe, but what about Mac and Linux?
Second: Is there an available function/library/module that will allow me to paste from the system "clipboard" (text only for now) into my non-GUI BlitzMax program? Specifically, I have a code-entry function and it has been suggested to me that users should be allowed to copy the code from an email and paste it into to code-entry box within the game. This needs to work on all three platforms.
I can check for the appropriate keystrokes easily enough (hence, my first question), but how do I pull text data from the system clipboard?
Second: Is there an available function/library/module that will allow me to paste from the system "clipboard" (text only for now) into my non-GUI BlitzMax program? Specifically, I have a code-entry function and it has been suggested to me that users should be allowed to copy the code from an email and paste it into to code-entry box within the game. This needs to work on all three platforms.
I can check for the appropriate keystrokes easily enough (hence, my first question), but how do I pull text data from the system clipboard?