diff options
author | culler <culler> | 2020-04-15 17:24:51 (GMT) |
---|---|---|
committer | culler <culler> | 2020-04-15 17:24:51 (GMT) |
commit | ef67d7e478dcdd96b095c80fbf1d95330ee35117 (patch) | |
tree | fc8f026a7f5ad5bdbe8b27f50f3d07c3195c0c4b /doc | |
parent | f098336486ba362a5b694d93a949fe6e8b23891a (diff) | |
download | tk-ef67d7e478dcdd96b095c80fbf1d95330ee35117.zip tk-ef67d7e478dcdd96b095c80fbf1d95330ee35117.tar.gz tk-ef67d7e478dcdd96b095c80fbf1d95330ee35117.tar.bz2 |
Apply a patch from Christopher Chavez which correctly deals with the fact that Apple uses the middle mouse button for Button 3.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/entry.n | 7 | ||||
-rw-r--r-- | doc/spinbox.n | 7 | ||||
-rw-r--r-- | doc/text.n | 9 | ||||
-rw-r--r-- | doc/ttk_entry.n | 7 |
4 files changed, 17 insertions, 13 deletions
diff --git a/doc/entry.n b/doc/entry.n index ccfcd24..dc2f896 100644 --- a/doc/entry.n +++ b/doc/entry.n @@ -448,9 +448,10 @@ insertion cursor in the entry without affecting the selection. If any normal printing characters are typed in an entry, they are inserted at the point of the insertion cursor. .IP [7] -The view in the entry can be adjusted by dragging with mouse button 2. -If mouse button 2 is clicked without moving the mouse, the selection -is copied into the entry at the position of the mouse cursor. +The view in the entry can be adjusted by dragging with the middle +mouse button (button 2, or button 3 in TkAqua). If the middle mouse +button is clicked without moving the mouse, the selection is copied +into the entry at the position of the mouse cursor. .IP [8] If the mouse is dragged out of the entry on the left or right sides while button 1 is pressed, the entry will automatically scroll to diff --git a/doc/spinbox.n b/doc/spinbox.n index acf06d6..ad7123b 100644 --- a/doc/spinbox.n +++ b/doc/spinbox.n @@ -514,9 +514,10 @@ insertion cursor in the spinbox without affecting the selection. If any normal printing characters are typed in a spinbox, they are inserted at the point of the insertion cursor. .IP [7] -The view in the spinbox can be adjusted by dragging with mouse button 2. -If mouse button 2 is clicked without moving the mouse, the selection -is copied into the spinbox at the position of the mouse cursor. +The view in the spinbox can be adjusted by dragging with the middle +mouse button (button 2, or button 3 in TkAqua). If the middle mouse +button is clicked without moving the mouse, the selection is copied +into the spinbox at the position of the mouse cursor. .IP [8] If the mouse is dragged out of the spinbox on the left or right sides while button 1 is pressed, the spinbox will automatically scroll to @@ -2057,10 +2057,11 @@ insertion cursor without affecting the selection. If any normal printing characters are typed, they are inserted at the point of the insertion cursor. .IP [7] -The view in the widget can be adjusted by dragging with mouse button 2. If -mouse button 2 is clicked without moving the mouse, the selection is copied -into the text at the position of the mouse cursor. The Insert key also inserts -the selection, but at the position of the insertion cursor. +The view in the widget can be adjusted by dragging with the middle mouse +button (button 2, or button 3 in TkAqua). If the middle mouse button is +clicked without moving the mouse, the selection is copied into the text at the +position of the mouse cursor. The Insert key also inserts the selection, +but at the position of the insertion cursor. .IP [8] If the mouse is dragged out of the widget while button 1 is pressed, the entry will automatically scroll to make more text visible (if there is more text diff --git a/doc/ttk_entry.n b/doc/ttk_entry.n index adc4f16..0da60d1 100644 --- a/doc/ttk_entry.n +++ b/doc/ttk_entry.n @@ -353,9 +353,10 @@ insert cursor in the entry without affecting the selection. If any normal printing characters are typed in an entry, they are inserted at the point of the insert cursor. .IP \0\(bu 4 -The view in the entry can be adjusted by dragging with mouse button 2. -If mouse button 2 is clicked without moving the mouse, the selection -is copied into the entry at the position of the mouse cursor. +The view in the entry can be adjusted by dragging with the middle +mouse button (button 2, or button 3 in TkAqua). If the middle mouse +button is clicked without moving the mouse, the selection is copied +into the entry at the position of the mouse cursor. .IP \0\(bu 4 If the mouse is dragged out of the entry on the left or right sides while button 1 is pressed, the entry will automatically scroll to |