Hi all. I have a problem with the assignment of the keys on the numeric keypad. For example, I assigned the command drs on key 6 of the numeric keypad, but every time I press 6, in addition to activating the drs, the view looks to the right. how can i avoid this? thank all.
You could look at using UCR GitHub - Snoothy/UCR: Universal Control Remapper [Alpha] to map the numpad to a vjoy device, so that AMS2 see a vjoy button press and not keypad
I've just come across this as I setup the numpad for my seat positions. It would be nice if it would say that key is already in use like when you try and map something else. Is there a list of default keyboard shortcuts anywhere?
usei um app para remapear o teclado numero para letras ai ele funcionou certinho sem ficar bugado app : AutoHotkey remap scritp ; Script para remapear teclas numéricas do teclado numérico para letras Numpad0::d Numpad1::c Numpad2::f Numpad3::v Numpad4::g Numpad5::b Numpad6::h Numpad7::n Numpad8::j Numpad9::m Para usar este script, siga estes passos: 1 Baixe e instale o AutoHotkey. 2 Abra um editor de texto (como o Bloco de Notas) e copie e cole o script acima. 3 Salve o arquivo com a extensão .ahk (por exemplo, remapear_teclas.ahk). 4 Dê um duplo clique no arquivo .ahk salvo para executar o script. Agora, suas teclas numéricas do teclado numérico serão remapeadas conforme especificado. Para fechar o remap só clicar no ícone próximo do relógio e fechar.
I used an app to remap the numeric keypad to letters, and it worked perfectly without any bugs. App : AutoHotkey Remap script : ; Script to remap numeric keypad keys to letters Numpad0::d Numpad1::c Numpad2::f Numpad3::v Numpad4::g Numpad5::b Numpad6::h Numpad7::n Numpad8::j Numpad9::m To use this script, follow these steps: Download and install AutoHotkey. Open a text editor (like Notepad) and copy and paste the script above. Save the file with the extension .ahk (for example, remap_keys.ahk). Double-click the saved .ahk file to run the script. Now, your numeric keypad keys will be remapped as specified. To stop the remapping, just click on the icon near the clock and close it.