Vidar writes: > "enlightenment_remote -binding-signal-list" shows the titlebar bindings. > > This is the one you want to change: > REPLY: BINDING CONTEXT=BORDER SIGNAL=mouse,clicked,3 > SOURCE=e.event.titlebar MODIFIERS=NONE ANY_MOD=1 ACTION="window_menu" > PARAMS="" > > Should be able to remove the binding "enlightenment_remote > -binding-signal-del", but I haven't tested it
vidar, thank you for your reply. indeed -binding-signal-list shows the title bar window_menu binding like this: [EMAIL PROTECTED]:~$ enlightenment_remote -binding-signal-list | egrep mouse | egrep 3 | egrep titlebar REPLY: BINDING CONTEXT=BORDER SIGNAL=mouse,clicked,3 SOURCE=e.event.titlebar MODIFIERS=NONE ANY_MOD=1 ACTION="window_menu" PARAMS="" but when i try to remove it, nothing happens: [EMAIL PROTECTED]:~$ enlightenment_remote -binding-signal-del BORDER mouse,clicked,3 e.event.titlebar NONE 1 "window_menu" "" [EMAIL PROTECTED]:~$ enlightenment_remote -binding-signal-list | egrep mouse | egrep 3 | egrep titlebar REPLY: BINDING CONTEXT=BORDER SIGNAL=mouse,clicked,3 SOURCE=e.event.titlebar MODIFIERS=NONE ANY_MOD=1 ACTION="window_menu" PARAMS="" i have tried to carefully check my typing of the params and have tried also to include them in ""s, but can't get rid of the binding. -- juha ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
