sha5010 / vim.xlam

Vim experience in Excel: An add-in that brings Vim’s key bindings to Excel, enhancing navigation and efficiency.
MIT License
62 stars 5 forks source link

bug: `substituteWithIME` でIMEがオンにならず、g が入力される #19

Closed sha5010 closed 2 years ago

sha5010 commented 2 years ago

ここが間違っていますね… https://github.com/sha5010/vim.xlam/blob/6bbc2543153a79746b3561b3bbd4e855f1e9f6ce/src/functions/InsertMode.bas#L46

正しくは以下です。

-        Call keystroke(True, F2_, Ctrl_ + Shift_ + Home_, Delete_ + Kanji_)
+        Call keystroke(True, F2_, Ctrl_ + Shift_ + Home_, Delete_, Kanji_)