<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 05/02/13 08:15, Michael Berkowski
      wrote:<br>
    </div>
    <blockquote cite="mid:20130502131523.GA89124@mars.cla.umn.edu"
      type="cite">
      <pre wrap="">
On Thu, 02 May 2013, <a class="moz-txt-link-abbreviated" href="mailto:rhubarbpieguy@gmail.com">rhubarbpieguy@gmail.com</a> said:

</pre>
      <blockquote type="cite">
        <pre wrap="">Are there fluxbox keys file modifiers to run a bash script
interactively?  I commonly launch scripts using keystrokes specified
in the keys file.  However, if I start an interactive script it never
pauses for input as it doesn't run in a window.
</pre>
      </blockquote>
      <pre wrap="">
Seems like the easiest course would be to bind keys that launch an Xterm
or other terminal emulator with its execute option, as in 

`xterm -e /path/to/your/script.sh`

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
<a class="moz-txt-link-abbreviated" href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a>
</pre>
    </blockquote>
    Thank you, that works perfectly.<br>
  </body>
</html>