Problems with binding to 'enter' key

Discussion in 'MSI AfterBurner Application Development Forum' started by eXposition, Aug 9, 2017.

  1. eXposition

    eXposition Guest

    Messages:
    1
    Likes Received:
    0
    GPU:
    GTX 1050
    I want to bind the screen capture key to enter. But when I hit enter it simply closes the window. For what I am doing the key needs to be enter. Does anybody know of an alternative way to get this to work? Perhaps by editing the config directly or something
     
  2. Andy_K

    Andy_K Master Guru

    Messages:
    842
    Likes Received:
    240
    GPU:
    RTX 3060
    in the Profiles/MSIAfterburner.cfg

    you could try this one:
    Code:
    ScreenCaptureHotkey=0000000Dh
    didn't test it, but the hex values in my config are virtual key codes and VK_Return is defined as 0Dh.
    Have it a go an please return feedback if it works.

    PS: can't really imagine why you would have screencapture bound to enter. would annoy me everytime I chat to get a screenshot. :3eyes:
     

Share This Page