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

~

Yesterday, I encountered this issue while coding with Visual Studio Code. The default terminal shortcut Ctrl+` didn't work on my new laptop. After some research, I found that some CJK keyboards/IMEs may reserve this shortcut for internal use, and the reserved key can still be used globally. So I tried to write a fixer to register it as a global hotkey and forward its keypress messages. Fortunately, it worked.