Ecore: fix Shift, Control and Alt keys detection
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Nov 2011 18:03:59 +0000 (18:03 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Nov 2011 18:03:59 +0000 (18:03 +0000)
commitb08abf923158041317bae8a8b72fd4f5427ddba9
tree4edcc23289f0f2986e3a03d2fca9933e0000a579
parent422aee55520bc5c03527f4e5064b1627ae12ff43
Ecore: fix Shift, Control and Alt keys detection

Shift (left/right), Control and Alt are now detected.
AltGr is not, as it's actually a Control (left) key,
immediately followed by an Alt key, and I don't know how
to see know if the left Control kye is the one pressed by
the user or the one thrown by AltGr.

modifiers are not set too. Will be set soon

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@65415 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_win32/ecore_win32_event.c