lcdexec: Worked around parameter issue by automatically adding an Action entry
as last parameter menu entry.
This commit is contained in:
@@ -64,9 +64,11 @@ Exec="env"
|
||||
# Parameters are handed to the program as environment variables;
|
||||
# so they can be easily used in the Exec=... line as $XXX
|
||||
# (e.g. "echo $SLIDER_ARG").
|
||||
# Please note a little issue with parameters: after changing the
|
||||
# last parameter of a command the command gets executed automatically.
|
||||
# This is IMHO noti ideal. I'm open for ideas to improve it.
|
||||
# Please note: command with parameters get an action entry
|
||||
# added to the parameter menu automatically.
|
||||
# Activating this entry will execute the program.
|
||||
# This is IMHO not ideal, but the best idea I could come up with
|
||||
# I'm open for ideas to improve it.
|
||||
# Here's how they are defined:
|
||||
#Parameter=SLIDER_ARG
|
||||
#Parameter=RING_ARG
|
||||
|
||||
Reference in New Issue
Block a user