Jump to content
⚠ Known Issue: Media on User Profiles ×

KHALMOO

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by KHALMOO

  1. 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...