I would like to have a shortcut on my desktop, so here is my code that doesn't work. The Icon shows up but when i click it nothing happens.
IN the config file:
shortcut,Brightness,\windows\Shortcut\System\Brightness.lnk,Brightness
In the Skin file:
shortcut,127,24,Brightness,s
What am I missing? Thanks.
Quote from: joelw135I would like to have a shortcut on my desktop, so here is my code that doesn't work. The Icon shows up but when i click it nothing happens.
IN the config file:
shortcut,Brightness,\windows\Shortcut\System\Brightness.lnk,Brightness
In the Skin file:
shortcut,127,24,Brightness,s
What am I missing? Thanks.
In the skin file you need to make a button.Should look something like this:
button,215,0,16,16,-1,0,%apps-%var16%-10
Hope this helps.
I have this now:
IN the config file:
shortcut,Brightness,\windows\Shortcut\System\Brightness.lnk,Brightness
In the Skin file:
shortcut,127,24,Brightness,s
button,127,24,16,16,-1,0,%apps-%var16%-10
I got it working, but is there a number to put for the amount of pressure required for the button push? Seems like I have to push harder for it to work.
Ok fixed that also, seems my regions were overlaping. Thanks.