Jump to content
ℹ️ Intermittent Download History issues ×

KHALMOO

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by KHALMOO

  1.  

    1. Go to your game folder

    2. Go to enblocal.ini

    3. Scroll down to [input]

     

    There are your keybindings. If this does not work or you cant find the section [input], then maybe the ENB menu was added in a later version.

    On the KeyEditer under [input] set it as 13. 13 is the keybind number for shift+enter. hope this helps function myKeyBindingFn(e) {    if (e.keyCode === 13 && e.shiftKey) {        return 'shift-enter';    } else if (e.keyCode === 13) {    return 'enter-only';    }    return getDefaultKeyBinding(e);}

    Yea !!! it worked for me like a charm .. Thank you @user969647 .

×
×
  • Create New...