On Fri, 20 May 2005 09:09:01 +0200 " " <[EMAIL PROTECTED]> babbled:
(B
(B> 
(B> Hi all,
(B> 
(B> The ALT and WIN modifiers can be the same if someone like me does not
(B> use the "us" layout. The WIN keys are not even modifiers in my case and
(B> as the ALT is also META the ECORE_X_MODIFIER_ALT will be the same as
(B> ECORE_X_MODIFIER_WIN.
(B> 
(B> This can screw up the keybindings because of the mapping between
(B> E_BINDING_MODIFIER_* and ECORE_X_MODIFIER_*. So, I completely removed
(B> the E_BINDING_MODIFIER_*.
(B> 
(B> Here are the patches. Please note that there is no patch for e_config.c,
(B> because my e_config.c is too different from the original (and I am lazy
(B> :)), but it should be trivial to change all occurences of
(B> E_BINDING_MODIFIER_* to ECORE_X_MODIFIER_*.
(B
(Bno - you can't do that. there is a GOOD reason for them being separate.
(BECORE_X_MODIFER_* are determined at runtime - they may vary from display to
(Bdisplay (what value they have). we cant go saving this value into files, so we
(Bneed to map them to know static FIXED values (ie E_BINDING_MODIFIER_*). that's
(Bwhy it does that :( so the WIN keys (ecore_x checks for XK_Super_L, 
(BXK_Mode_switch, and XK_Meta_L in turn for tyring to figure out which ones are
(Bthe windows key modifiers. if these don't exist it gives up and the win modifier
(Bis 0 - ie doesnt exist). so what does it detect? Mode_switch? i think you want
(Bto be looking at the solution in ecore_x no e17. :)
(B
(B> /Tamas
(B> 
(B> 
(B> 
(B> 
(B> 
(B
(B
(B-- 
(B------------- Codito, ergo sum - "I code, therefore I am" --------------
(BThe Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
$BMg9%B?(B                              [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B-------------------------------------------------------
(BThis SF.Net email is sponsored by Oracle Space Sweepstakes
(BWant to be the first software developer in space?
(BEnter now for the Oracle Space Sweepstakes!
(Bhttp://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
(B_______________________________________________
(Benlightenment-devel mailing list
([email protected]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to