File tree 2 files changed +5
-4
lines changed
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
2
2
3
3
4
4
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -235,7 +235,7 @@ test_mswin_event({event}, {args}) *test_mswin_event()*
235
235
"mouse" mouse event.
236
236
"key" keyboard event.
237
237
"set_keycode_trans_strategy"
238
- Change the key transation method
238
+ Change the key translation method.
239
239
240
240
"mouse":
241
241
Inject either a mouse button click, or a mouse move, event.
@@ -294,7 +294,8 @@ test_mswin_event({event}, {args}) *test_mswin_event()*
294
294
295
295
"set_keycode_trans_strategy":
296
296
| 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:
298
299
experimental: The method used after Patch v8.2.4807
299
300
using ToUnicode() Win API call.
300
301
classic: The method used pre Patch v8.2.4807
You can’t perform that action at this time.
0 commit comments