Hi all, The ALT and WIN modifiers can be the same if someone like me does not use the "us" layout. The WIN keys are not even modifiers in my case and as the ALT is also META the ECORE_X_MODIFIER_ALT will be the same as ECORE_X_MODIFIER_WIN.
This can screw up the keybindings because of the mapping between E_BINDING_MODIFIER_* and ECORE_X_MODIFIER_*. So, I completely removed the E_BINDING_MODIFIER_*. Here are the patches. Please note that there is no patch for e_config.c, because my e_config.c is too different from the original (and I am lazy :)), but it should be trivial to change all occurences of E_BINDING_MODIFIER_* to ECORE_X_MODIFIER_*. /Tamas
e_bindings.c.diff
Description: Binary data
e_bindings.h.diff
Description: Binary data
e_remote_main.c.diff
Description: Binary data
