| What are all the strange codes which appear when I copy and paste text from the display? |
|
|
|
| Written by Ghoti |
| Saturday, 26 June 2010 09:47 |
|
There are now two different types of copy in mm2k6:
Note: When you copy while holding down the control key the coloured text copied is also place into a system variable named $ANSICopy. This makes it ideal for using in a macro for pasting it into chat to share. I like to make a Control-z macro for this so I can copy and paste with two easy keystrokes. This also makes sure that nothing odd happens with all the embedded linefeeds you copied off the display. /macro {cZ} {/chata @chr(10)$ANSICopy} {chatkeys}
|
| Last Updated on Wednesday, 30 June 2010 09:44 |


