View Single Post
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#126
Originally Posted by guillermorojaz View Post
Greetings.
Great job, man.
In my case I just want to have the torch as a function.
Edit config.py to keep it with that configuration.
I would like to know how one could do to also be on the desktop.
action=torchToggle,volumeUp,SingleClick, screenLocked and desktop\n"
It is possible that the action of the volume keys is both the screelocker and the desktop?
Thanks in advance.
for disjunction, simply add two identical actions, one with
cond=appOnTop("first-place-it-should-work")
and one with
cond=appOnTop("second-place-it-should-work")

i forget what the 'desktop' screen is called {you want the title property of the window for it}.

beware! what you want is probably not possible, because the default action {i.e. changing the volume} WILL happen no matter what other actions you do. im working on this, not sure its possible yet.
__________________
~ teleshoes ~
 

The Following User Says Thank You to wolke For This Useful Post: