File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- *testing.txt* For Vim バージョン 9.1. Last change: 2024 Jan 23
1+ *testing.txt* For Vim バージョン 9.1. Last change: 2024 Feb 18
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change 1- *testing.txt* For Vim version 9.1. Last change: 2024 Jan 23
1+ *testing.txt* For Vim version 9.1. Last change: 2024 Feb 18
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -235,7 +235,7 @@ test_mswin_event({event}, {args}) *test_mswin_event()*
235235 "mouse" mouse event.
236236 "key" keyboard event.
237237 "set_keycode_trans_strategy"
238- Change the key transation method
238+ Change the key translation method.
239239
240240 "mouse":
241241 Inject either a mouse button click, or a mouse move, event.
@@ -294,7 +294,8 @@ test_mswin_event({event}, {args}) *test_mswin_event()*
294294
295295 "set_keycode_trans_strategy":
296296 | w32-experimental-keycode-trans-strategy |
297- Switch the keycode translation method. The supported methods are:
297+ Switch the keycode translation method. The supported methods
298+ are:
298299 experimental: The method used after Patch v8.2.4807
299300 using ToUnicode() Win API call.
300301 classic: The method used pre Patch v8.2.4807
You can’t perform that action at this time.
0 commit comments