numeric keypad assignment

Discussion in 'Automobilista 2 - Help & Support' started by ronick, Jul 25, 2022.

  1. ronick

    ronick New Member

    Joined:
    Jul 25, 2022
    Messages:
    2
    Likes Received:
    0
    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.
     
  2. Anthony 123

    Anthony 123 Active Member

    Joined:
    Dec 1, 2021
    Messages:
    120
    Likes Received:
    25
    There's nothing you can do about it, been that way since pcars
     
    • Like Like x 1
  3. Steve Lewis

    Steve Lewis New Member AMS2 Club Member

    Joined:
    Jun 29, 2019
    Messages:
    20
    Likes Received:
    6
  4. hasole

    hasole New Member

    Joined:
    Aug 18, 2022
    Messages:
    3
    Likes Received:
    0
    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?
     
  5. Nelson Secco Filho

    Nelson Secco Filho New Member

    Joined:
    Nov 15, 2019
    Messages:
    2
    Likes Received:
    0
    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.
     

    Attached Files:

  6. Nelson Secco Filho

    Nelson Secco Filho New Member

    Joined:
    Nov 15, 2019
    Messages:
    2
    Likes Received:
    0
    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:
    1. Download and install AutoHotkey.
    2. Open a text editor (like Notepad) and copy and paste the script above.
    3. Save the file with the extension .ahk (for example, remap_keys.ahk).
    4. 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.
     

    Attached Files:

Share This Page