I use autohotkey software, you can download it here
www.autohotkey.com
after install, try step below.
because my backspace key is error, so I will turn it off.
1. create file name "disablekeyboardkey.ahk" (with your notepad++) then save it.
2. edit it using your notepad or notepad++ editor. like this :
Backspace::return
3. save it
4. double click "disablekeyboardkey.ahk" to run it.
5. you can check other key references here : www.autohotkey.com/docs/KeyList.htm
advance stuff : (disable backspace, and create other shortcut (ctrl + backspace) to delete like backspace)
Backspace::return
^BS::
Send +{left}
SendInput, {Del}
EmoticonEmoticon