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.
function assignment
About this tag
The function assignment tag on WindowsForum.com covers discussions about mapping custom key codes to virtual keys in Windows, particularly for gaming and keyboard customization. Topics include creating new virtual key codes (e.g., VK_XXX) and assigning them to functions in games, as well as detecting unique keyboards and mapping different key codes. The content focuses on Windows-based solutions for advanced keyboard remapping and function assignment, often involving low-level input handling or registry modifications. Users seek general solutions for assigning custom functions to keys beyond standard unused keycodes, highlighting the need for flexible function assignment in Windows environments.
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...