Thanks for the report! We’re aware of the issue with media keys triggering false inputs in Windows (see Media control keys also trigger normal keyboard key inputs) and have a fix in progress. As for the other two keys, could you provide your keyboard / system information so we can attempt to reproduce the issue?
VK_CLEAR doesn’t seem to be standard anymore (for Windows at least). Only able to repro this with the Node.js script in my original post (use Key.Clear). Might just be an OS thing…, can be ignored.
VK_APPS, QMK uses KC_APP for this keycode. SharpKeys reads it correctly, so does this keytester. No event is fired in Roblox.
Apologies for the delay here. The issues with the media control keys triggering false inputs should have been resolved. As for the Menu / VK_APPS key, we’ve specifically decided to not implement this on Windows as this key is typically intercepted by the OS on Mac and we’d like to move away from platform-dependent input behavior.
Thanks for the report again and let us know if you encounter any additional issues!