*Hopefully* this version will help with any antivirus issues.

-Brian
Where's the "any" key?fonpaolo wrote:I don't know if it's already possible (and maybe useful for someone else besides me...), there's a way to simply detect the use of any key?
I may be missing your point a bit, but in a sense all uses of the HotKey plugin are both global and non-blocking at all times.Krainz wrote:Sorry in advance; I didn't test your plugin or read the entire topic. I'm in a rush with a college project.
I just have one question: does your plugin support global hotkeys?
No, this isn't expected at all, which I believe I have fixed in the latest version. It should work now.jsmorley wrote:Is this the expected behavior?
The plugin SDK uses the /MT option to statically link to the CRT. This prevents the system from having to load different copies of the CRT for Rainmeter to use. This gives you the added benefit of not having to have users download a separate (and older) CRT redistributable in the future (or for older systems, the current CRT redistributable).cfixd wrote:However,I found your HotKey plugin v1.0.0.10 a little big (about 100K),have you used the DLL option ((/MD) in "C/C++" of the project) to build the plugin?