Skip to content

Commit fd3bbae

Browse files
tsuyoshichoh-east
andauthored
testing.jax: fix 'inject'
Co-authored-by: h_east <[email protected]>
1 parent 052ce70 commit fd3bbae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/testing.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test_gui_event({event}, {args})
127127
forward: 1を設定すると前方への検索。
128128

129129
"mouse":
130-
マウスのクリック、あるいはマウスの移動のイベントを差し込む
130+
マウスのクリック、あるいはマウスの移動のイベントを注入する
131131
{args} でサポートする項目は:
132132
button: マウスボタン。サポートする値は:
133133
0 右マウスボタン
@@ -142,7 +142,7 @@ test_gui_event({event}, {args})
142142
の行は1で最後の行は 'lines' になる。
143143
col: マウスクリックの桁番号。{col} の最大値は
144144
'columns' になる。
145-
multiclick: 1を設定すると複数のマウスクリックを差し込む
145+
multiclick: 1を設定すると複数のマウスクリックを注入する
146146
modifiers: 修飾キー。サポートする値は:
147147
4 shiftキーが押されている
148148
8 altキーが押されている
@@ -185,8 +185,8 @@ test_gui_event({event}, {args})
185185
item: タブページメニュー項目の番号。1で最初のメニュー
186186
項目、2で2番目の項目になる。
187187

188-
GUI イベントの注入後、処理のためにおそらく |feedkeys()| を呼
189-
ぶ必要があるだろう。例: >
188+
GUI イベントを注入した後、おそらく |feedkeys()| を呼び出してそ
189+
れらを処理する必要がある。例: >
190190
call feedkeys("y", 'Lx!')
191191
<
192192
イベントが正常に追加された場合は TRUE を返し、失敗した場合は

0 commit comments

Comments
 (0)