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.
unique keyboards
About this tag
Discussions about unique keyboards on WindowsForum.com focus on detecting multiple keyboards as separate devices and assigning custom key codes to each. Users explore methods to create new virtual keys (VK_XXX) beyond unused keycodes, aiming for a general solution that works across applications and games. Topics include keyboard detection, key mapping, and virtual key creation in Windows.
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...