mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Doc changes: use consistently "selection buffer" and "clipboard" as names of the two buffers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+5
-5
@@ -46,7 +46,7 @@
|
|||||||
key as defined by the operating system.
|
key as defined by the operating system.
|
||||||
<P>
|
<P>
|
||||||
<TABLE WIDTH=90% BORDER=1 SUMMARY="Fl_Input keyboard and mouse bindings.">
|
<TABLE WIDTH=90% BORDER=1 SUMMARY="Fl_Input keyboard and mouse bindings.">
|
||||||
<CAPTION>Fl_Input keyboard and mouse bindings.</CAPTION>
|
<CAPTION ALIGN=TOP>Fl_Input keyboard and mouse bindings.</CAPTION>
|
||||||
<TR><TD NOWRAP="NOWRAP" WIDTH="1%">
|
<TR><TD NOWRAP="NOWRAP" WIDTH="1%">
|
||||||
<B>Mouse button 1</B>
|
<B>Mouse button 1</B>
|
||||||
</TD><TD>
|
</TD><TD>
|
||||||
@@ -55,12 +55,12 @@
|
|||||||
Double click selects words.
|
Double click selects words.
|
||||||
Triple click selects all line.
|
Triple click selects all line.
|
||||||
Shift+click extends the selection.
|
Shift+click extends the selection.
|
||||||
When you select text it is automatically copied to the clipboard.
|
When you select text it is automatically copied to the selection buffer.
|
||||||
</TD></TR><TR><TD NOWRAP="NOWRAP">
|
</TD></TR><TR><TD NOWRAP="NOWRAP">
|
||||||
<B>Mouse button 2</B>
|
<B>Mouse button 2</B>
|
||||||
</TD><TD>
|
</TD><TD>
|
||||||
Insert the clipboard at the point clicked.
|
Insert the selection buffer at the point clicked.
|
||||||
You can also select a region and replace it with the clipboard
|
You can also select a region and replace it with the selection buffer
|
||||||
by selecting the region with mouse button 2.
|
by selecting the region with mouse button 2.
|
||||||
</TD></TR><TR><TD NOWRAP="NOWRAP">
|
</TD></TR><TR><TD NOWRAP="NOWRAP">
|
||||||
<B>Mouse button 3</B>
|
<B>Mouse button 3</B>
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
<P>
|
<P>
|
||||||
|
|
||||||
<TABLE WIDTH="90%" BORDER="1" SUMMARY="Fl_Input platform specific keyboard bindings.">
|
<TABLE WIDTH="90%" BORDER="1" SUMMARY="Fl_Input platform specific keyboard bindings.">
|
||||||
<CAPTION>Fl_Input platform specific keyboard bindings.</CAPTION>
|
<CAPTION ALIGN=TOP>Fl_Input platform specific keyboard bindings.</CAPTION>
|
||||||
<TR>
|
<TR>
|
||||||
<TD NOWRAP="NOWRAP" WIDTH="1%"><B> Windows/Linux </B></TD>
|
<TD NOWRAP="NOWRAP" WIDTH="1%"><B> Windows/Linux </B></TD>
|
||||||
<TD NOWRAP="NOWRAP" WIDTH="1%"><B> Mac </B></TD>
|
<TD NOWRAP="NOWRAP" WIDTH="1%"><B> Mac </B></TD>
|
||||||
|
|||||||
Reference in New Issue
Block a user