Re: [e-users] Button to Trigger Key Binding

2011-06-09 Thread P Purkayastha
If you are looking for a proper code, then probably what you need to do is create a module for enlightenment_remote which exposes the key bindings. Before the rewrite of enlightenment_remote, all the bindings (key, mouse, signal) were indeed available to be set/listed via enlightenment_remote.

Re: [e-users] Button to Trigger Key Binding

2011-06-09 Thread Jeff Hoogland
Thanks for that idea! Even if it is a hack it will work till I get a true fix coded up. On Thu JunĀ  9 2011 06:51:39 PM CDT, Martin Koelewijn wrote: > You could of course simulate a keybinding using xvkbd. So if ctrl+alt+l > is assigned to lock screen, you can create a launcher with command: >

Re: [e-users] Button to Trigger Key Binding

2011-06-09 Thread Martin Koelewijn
You could of course simulate a keybinding using xvkbd. So if ctrl+alt+l is assigned to lock screen, you can create a launcher with command: xvkbd -text "\C\Al" but as raster explained it's awkward. But it does work, is simple and therefore answers your question, so I thought I'd mention it. On Th

Re: [e-users] Button to Trigger Key Binding

2011-06-08 Thread The Rasterman
On Wed, 08 Jun 2011 08:58:45 -0500 Jeff Hoogland said: they run an ACTION. an ACTION may execute a command, or start a window move, or switch desktops etc. ibar ONLY executes commands. you can se3e the default keybindings and their actions int he keybindings gui (also in the e.src text files that

Re: [e-users] Button to Trigger Key Binding

2011-06-08 Thread Jeff Hoogland
Do all the e key bindings list the command they run somewhere? If so I could just add said commands to an ibar launcher. On Wed JunĀ  8 2011 12:24:19 AM CDT, Carsten Haitzler wrote: > On Tue, 7 Jun 2011 20:53:03 -0500 Jeff Hoogland > said: > > > Is there a simple way to create a gadget/launc

Re: [e-users] Button to Trigger Key Binding

2011-06-07 Thread The Rasterman
On Tue, 7 Jun 2011 20:53:03 -0500 Jeff Hoogland said: > Is there a simple way to create a gadget/launcher that when pressed would > trigger a given keybinding? Or do I need to create a custom module+gadget? well first 1. you dont want to it call a keybinding. u want it to run an action. keybindi

[e-users] Button to Trigger Key Binding

2011-06-07 Thread Jeff Hoogland
Is there a simple way to create a gadget/launcher that when pressed would trigger a given keybinding? Or do I need to create a custom module+gadget? -- ~Jeff Hoogland Thoughts on Technology , Tech Blog Bodhi Linux