You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
custom keys
About this tag
Discussions about custom keys on WindowsForum.com focus on creating and mapping custom virtual key codes (VK_XXX) in Windows, particularly for users with multiple keyboards who want unique key assignments. Topics include generating new virtual keys that can be recognized by games and applications, beyond using unused existing keycodes. The community seeks general solutions for defining custom keys that function across different software, highlighting challenges in extending Windows' virtual key system for personalized input configurations.
Hello everyone,
in have two keyboards, and i am able two detect them as unique and map different key codes to it. The only problem i have is that i cannot create new virtual keys (eg. VK_XXX). I know that i could use unused keycodes but thats not the point. I want to have a general solution. Is...