T.R | Title | User | Personal Name | Date | Lines |
---|
767.1 | | GWEN::KAUFMAN | Engineering MGR Xterminals and Multia | Wed Mar 26 1997 10:04 | 39 |
| To copy a selection to the Clipboard
1 Select the area you want to copy.
2 Click the Copy button on the toolbar.
Copy button
-or-
Press CTRL+INSERTHERE
-or-
From the Edit menu,
choose Copy.
A carriage return and a linefeed are added to the end of
each line of text. If you need a different line terminator, use
the following procedure.
To copy a selection to the Clipboard with a special format for
use with a word processor, spreadsheet, or command line
application
1 Select the area you want to copy.
2 From the Edit menu, choose Copy Special.
3 Under Copy Type, select an option.
Select To copy text...
Data without any formatting. This is most useful when the text
is being pasted back to the host as command line data.
Lines with carriage return and linefeed added to the end of
each line. This is the same as selecting Copy from the Edit menu.
Paragraph for use in a word processing application. To
prevent words from running together, a space is inserted at the
end of a line. A carriage return and a linefeed are inserted only
before a blank line.
Table for use in a spreadsheet or word processing table.White
space between words is changed into a single tab character. Most
spreadsheets and word processor tables interpret tab characters
as cell separators.
4 Choose Copy.
KEA! 340 copies graphics as a bitmap, and as a Windows Metafile.
It does not add a line terminator when copying graphics.
|
767.2 | paste() macro | 61372::KINGSMILL | Geoff Kingsmill, Australia | Wed Mar 26 1997 19:27 | 15 |
| Andre,
There is another way to do what you want. Add the following macro.
Edit, Options, Mouse
Action: Middle Button Up
Map To: Macro
Value: paste()
Done
Now you can use the mouse cut and paste feature just like a DECterm. Let us
know how it goes.
Geoff..
|
767.3 | Thanks al lot.../andre | ZUR01::JAUNIN | www2000: click and dispair | Wed Apr 02 1997 05:09 | 0 |
767.4 | I've been looking for this since last August... | LNZALI::BACHNER | Mouse not found. Click OK to continue | Tue Apr 08 1997 11:52 | 16 |
| Re: .2
Terrific !
The lack of Motif-like cut-and-paste is the most annoying (mis-)feature of
KEAterm, so I usually prefer using VTstar. But there are cases (and customers)
where there is no choice...
The solution given in .1 does not really solve the problem because the 'copy
special' does not only remove the <CR><LF> at the end of the cut string, but
also between the lines for multiline cut operations (as mentioned). And it's far
to cumbersome to handle for a frequently used feature.
Thanks again for the tip with the macro !
Hans.
|