Hi, this is Little Lan. This website is where I write about my personal growth. Although I usually read blogs in English, writing is still a challenge for me. I will try to be careful to avoid mistakes. I would greatly appreciate it if you could email me to point out any mistakes you find.

Fixing Ctrl+Backtick in VSCode

~

The other day, I ran into a problem while coding in VS Code — the default terminal shortcut Ctrl+` just wouldn't work on my new laptop. After digging around, I found out that some CJK IMEs hook this shortcut for their own use. The good news is that the key combination can still be captured by a global hotkey, so I put together a small tool that registers it and forwards the keypress to VS Code. And it actually worked — lucky me!