Re: [e-users] key binding to module action

2005-11-01 Thread Morten Nilsen
Carsten Haitzler (The Rasterman) wrote: On Tue, 01 Nov 2005 13:20:23 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled: what I want to do is bind a key (like Super_R) to make the dog chase it's tail... get it? the menu is not the point, the menu key is already bound to the main menu, the point is

Re: [e-users] key binding to module action

2005-11-01 Thread The Rasterman
On Tue, 01 Nov 2005 13:20:23 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled: > Jesse Luehrs wrote: > > If you're talking about the menu that start uses, try > > > > enlightenment_remote -binding-key-add ANY t WIN 0 menu_show "" > > you people really don't get my point here.. :/ > > allow me to

Re: [e-users] key binding to module action

2005-11-01 Thread Morten Nilsen
Jesse Luehrs wrote: If you're talking about the menu that start uses, try enlightenment_remote -binding-key-add ANY t WIN 0 menu_show "" you people really don't get my point here.. :/ allow me to explain it a little clearer and in more generic terms say we have a module named "wigget" that a

Re: [e-users] key binding to module action

2005-11-01 Thread Morten Nilsen
Anders Trobäck wrote: Well, just change the ibar to start;-) ... no, that's not it. -- Morten --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Tr

Re: [e-users] key binding to module action

2005-11-01 Thread Jesse Luehrs
On Tue, 01 Nov 2005 11:20:36 +0100 Morten Nilsen <[EMAIL PROTECTED]> wrote: > Anders Trobäck wrote: > > > > Morten Nilsen wrote: > > > >>Hi, is there a way to bind an action that tells a module to do > >>something? (ie.: bind Super_R to start module) > >> > > Do you mean? > > > > enlightenment

Re: [e-users] key binding to module action

2005-11-01 Thread Anders Trobäck
Well, just change the ibar to start;-) Morten Nilsen wrote: Anders Trobäck wrote: Morten Nilsen wrote: Hi, is there a way to bind an action that tells a module to do something? (ie.: bind Super_R to start module) Do you mean? enlightenment_remote -binding-key-add ANY t WIN 0 exec "enli

Re: [e-users] key binding to module action

2005-11-01 Thread Morten Nilsen
Anders Trobäck wrote: Morten Nilsen wrote: Hi, is there a way to bind an action that tells a module to do something? (ie.: bind Super_R to start module) Do you mean? enlightenment_remote -binding-key-add ANY t WIN 0 exec "enlightenment_remote -module-enable ibar" enlightenment_remote -b

Re: [e-users] key binding to module action

2005-10-31 Thread Anders Trobäck
Do you mean? enlightenment_remote -binding-key-add ANY t WIN 0 exec "enlightenment_remote -module-enable ibar" enlightenment_remote -binding-key-add ANY r WIN 0 exec "enlightenment_remote -module-disable ibar" \\anders Morten Nilsen wrote: Hi, is there a way to bind an action that tells a

[e-users] key binding to module action

2005-10-30 Thread Morten Nilsen
Hi, is there a way to bind an action that tells a module to do something? (ie.: bind Super_R to start module) I've been poking around enlightenment_remote but, can't find anything obvious (I have managed to bind Super_R to main menu tough) Cheers, -- Morten -