ecore_cocoa: fix the backspace key
authorJean Guyomarc'h <jean@guyomarch.bzh>
Sun, 29 Oct 2017 15:06:31 +0000 (16:06 +0100)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Sun, 29 Oct 2017 15:06:31 +0000 (16:06 +0100)
commit744d2a63c56f983fa182e59e333bd0fefee498f4
tree559b95160f379536fa51a16ed534f0112ab9df87
parentd28dddfdea28f59f2fc73cda6f859763e441d672
ecore_cocoa: fix the backspace key

The backspace key is supposed to send an ASCII code of 0x08, not 0x7F
(this would be the delete key). This has not be seen before as it is is
rare to use the ASCII code for the BackSpace key.

@fix
src/lib/ecore_cocoa/ecore_cocoa_keys.h