Carsten Haitzler (The Rasterman) wrote:
>On Tue, 21 Feb 2006 04:39:25 +0100 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >babbled: > > > >>hi list, >> >>my ctrl key just gave up (time for a new keyboard) and so i thought i'll >>just remap the super_l key to ctrl (because it's 4am), using xmodmap. >>works fine so far, i can use my mrxvt again, also switching from X to >>console works, but somehow e17 doesn't take the new ctrl key, so i can't >>switch to another desktop using ctrl+left/right and the same for >>mozilla, can't open mozilla-mail with ctrl+2 or open/close tabs using >>ctrl+t/w. >>did i miss something e related? >> >>i used the following .xmodmaprc which is executed using .xinitrc on >>x-startup: >>clear control >>add control = Super_L >> >> > >try removing the control key first. e actually looks for a control key to >figure it out. >ie small code snippet: > > ECORE_X_MODIFIER_CTRL = _ecore_x_key_mask_get(XK_Control_L); > >and that function actually gets the modifier mapping table and LOOKS for what >modifier Control is mapped to - so you really want to entirely rename your >"super_l" key (likely windows key) to be Control and then e will be most >happy. :) > > > > worked, thanks :) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
