1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
|
# $XConsortium: ScrollText3g.scr /main/5 1995/07/17 20:41:01 drk $
#
# Motif
#
# Copyright (c) 1987-2012, The Open Group. All rights reserved.
#
# These libraries and programs are free software; you can
# redistribute them and/or modify them under the terms of the GNU
# Lesser General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option)
# any later version.
#
# These libraries and programs are distributed in the hope that
# they will be useful, but WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU Lesser General Public License for more
# details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with these librararies and programs; if not, write
# to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
# Floor, Boston, MA 02110-1301 USA
#
#
# HISTORY
#
# #) Other Behavior:
# @) Space just inserts a space.
LocatePointer Text1 RTextChar 10
ClickMB Btn1
ClickKey KSpace
ClickKey KSpace
CompareVisual Text1
LocatePointer Text2 RTextChar 10
ClickMB Btn1
ClickKey KSpace
ClickKey KSpace
CompareVisual Text2
LocatePointer Text3 RTextChar 10
ClickMB Btn1
ClickKey KSpace
ClickKey KSpace
CompareVisual Text3
LocatePointer Text4 RTextChar 10
ClickMB Btn1
ClickKey KSpace
ClickKey KSpace
CompareVisual Text4
# @) Return does a carriage return in multi-line.
LocatePointer Text1 RTextChar 35
ClickMB Btn1
ClickKey KReturn
CompareVisual Text1
LocatePointer Text3 RTextChar 35
ClickMB Btn1
ClickKey KReturn
CompareVisual Text3
# @) Tab inserts a tab in multi-line.
LocatePointer Text1 RTextChar 11
ClickMB Btn1
ClickKey KTab
CompareVisual Text1
LocatePointer Text2 RTextChar 11
ClickMB Btn1
ClickKey KTab
CompareVisual Text2
LocatePointer Text3 RTextChar 11
ClickMB Btn1
ClickKey KTab
CompareVisual Text3
LocatePointer Text4 RTextChar 11
ClickMB Btn1
ClickKey KTab
CompareVisual Text4
# #) Check that if pending delete enabled, typing a character or doing
# any kind of paste deletes the text only if the cursor is within
# the bounds of the selected area.
#
LocatePointer Text1 RTextChar 45
DragComponent Text1 RTextChar 48
LocatePointer Text1 RTextChar 50
ClickMB <Ctrl> Btn1
ClickKey Ka
LocatePointer Text1 RTextChar 45
DragComponent Text1 RTextChar 48
LocatePointer Text1 RTextChar 46
ClickMB <Ctrl> Btn1
ClickKey Ka
CompareVisual Text1
LocatePointer Text2 RTextChar 15
DragComponent Text2 RTextChar 18
LocatePointer Text2 RTextChar 20
ClickMB <Ctrl> Btn1
ClickKey Ka
LocatePointer Text2 RTextChar 15
DragComponent Text2 RTextChar 18
LocatePointer Text2 RTextChar 16
ClickMB <Ctrl> Btn1
ClickKey Ka
CompareVisual Text2
LocatePointer Text3 RTextChar 45
DragComponent Text3 RTextChar 48
LocatePointer Text3 RTextChar 50
ClickMB <Ctrl> Btn1
ClickKey Ka
LocatePointer Text3 RTextChar 45
DragComponent Text3 RTextChar 48
LocatePointer Text3 RTextChar 46
ClickMB <Ctrl> Btn1
ClickKey Ka
CompareVisual Text3
LocatePointer Text4 RTextChar 15
DragComponent Text4 RTextChar 18
LocatePointer Text4 RTextChar 20
ClickMB <Ctrl> Btn1
ClickKey Ka
LocatePointer Text4 RTextChar 15
DragComponent Text4 RTextChar 18
LocatePointer Text4 RTextChar 16
ClickMB <Ctrl> Btn1
ClickKey Ka
CompareVisual Text4
# #) Check that KClear clears the selected area (fills it with spaces).
# Use a fixed font, and try a multi-line selected region.
LocatePointer Text1 RTextChar 30
DragComponent Text1 RTextChar 46
ClickKey KClear
CompareVisual Text1
LocatePointer Text2 RTextChar 13
DragComponent Text2 RTextChar 16
ClickKey KClear
CompareVisual Text2
LocatePointer Text3 RTextChar 30
DragComponent Text3 RTextChar 46
ClickKey KClear
CompareVisual Text3
LocatePointer Text4 RTextChar 13
DragComponent Text4 RTextChar 16
ClickKey KClear
CompareVisual Text4
# #) Check that Ctrl KDelete erases text between the cursor and the
# end of line.
LocatePointer Text1 RTextChar 50
ClickMB Btn1
ClickKey <Ctrl> KDelete
CompareVisual Text1
LocatePointer Text2 RTextChar 20
ClickMB Btn1
ClickKey <Ctrl> KDelete
CompareVisual Text2
LocatePointer Text3 RTextChar 50
ClickMB Btn1
ClickKey <Ctrl> KDelete
CompareVisual Text3
LocatePointer Text4 RTextChar 20
ClickMB Btn1
ClickKey <Ctrl> KDelete
CompareVisual Text4
# Shift Space also just inserts a space.
LocatePointer Text1 RTextChar 10
ClickMB Btn1
ClickKey <Shift> KSpace
ClickKey <Shift> KSpace
CompareVisual Text1
LocatePointer Text2 RTextChar 10
ClickMB Btn1
ClickKey <Shift> KSpace
ClickKey <Shift> KSpace
CompareVisual Text2
LocatePointer Text3 RTextChar 10
ClickMB Btn1
ClickKey <Shift> KSpace
ClickKey <Shift> KSpace
CompareVisual Text3
LocatePointer Text4 RTextChar 10
ClickMB Btn1
ClickKey <Shift> KSpace
ClickKey <Shift> KSpace
CompareVisual Text4
# E)
Exit
|