Displaying 1 result from an estimated 1 matches for "sendmod".
Did you mean:
sendmode
2007 Mar 19
2
Help creating a shortcut in wine
...an autohotkey script. This script runs in wine and
creates a shortcut, but the shortcut has no target, and wine returns
the below fixme error. This script works fine on a windows box.
Here is the script:
#NoEnv ; Recommended for performance and compatibility with future
AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior
speed and reliability.
; %1% (argument #1) - shortcut target (include the full absolute
path)
; %2% (argument #2) - name of the shortcut, include the .lnk
extension
; check to make sure that the correct # of parameters were passed
in...