Page 1 of 1

.vbs file no longer functioning properly, in regards to an FK command

Posted: Feb 13th, ’20, 19:11
by Oblomov
I have a .vbs script with the following code

Code: Select all

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "^+%{ESC}"
Which sends

CTRL + SHIFT + ALT + ESCAPE

Inside of FK, I have a command with the same 'Shortcut'

Uptil now, this synergy worked without problems, however today (seemingly after a Windows update, but not 100% sure), the .vbs file, now triggers another command with it, that is assigned to Numlock

Could the update have messed something up, or? I tried restarting, but to no avail. Manually executing the FK command, works just fine

Re: .vbs file no longer functioning properly, in regards to an FK command

Posted: Feb 14th, ’20, 21:27
by Marko
There was no recent change in FastKeys which could cause this.

Re: .vbs file no longer functioning properly, in regards to an FK command

Posted: Feb 14th, ’20, 21:57
by Oblomov
Probably the update or something of the like then, oh well