sgryjp / japanese-word-handler

Better Japanese word handling on Visual Studio Code.
zlib License
46 stars 7 forks source link

fix: Do not activate inside non-editor window #6

Closed sgryjp closed 4 years ago

sgryjp commented 4 years ago

Previously some keybindings to delete a word were activated when ANY text-editing window is focused. Because of the misconfiguration, pressing those shortcut keys deletes a word in an active file editing window even if it is not focused. For example, this misbehavior happens when the user focuses on:

Closes #5