--- In [email protected], "S" <hypersam...@...> wrote: > > Sorry, but I'm kind of stupid here. > > If I have a script named win.txt > assign four key combinations, win+left, win+right, win+top, win+botton, to > excute the same file win.txt. > > How can I determine in the script which key combo is pressed? >
Make a different function for each action in the script. In the command block for each different hotkey, call the appropriate function with .scr...@function Regards, Sheri
