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

Discussion, questions and support.
Post Reply
User avatar
Oblomov
Posts: 184
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Feb 13th, ’20, 19:11

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
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Feb 14th, ’20, 21:27

There was no recent change in FastKeys which could cause this.
User avatar
Oblomov
Posts: 184
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Feb 14th, ’20, 21:57

Probably the update or something of the like then, oh well
Post Reply