fix: disable cli to print 'Process' on Windows when use IME

This commit is contained in:
Lykin
2025-08-22 01:32:41 +08:00
parent a9b5f4733e
commit 30e5897191

View File

@@ -50,6 +50,7 @@ const nonPrintableKeys = [
'Insert',
'NumLock',
'ContextMenu',
'Process',
]
/**