ideskrcSection: (5)Updated: |
ideskrcSection: (5)Updated: |
Anything else in the file will be ignored.
Transparency is between 0 (no glow effect) and 255 (invisible without a mouseover).
HighContrast will draw a border around the text in the opposite colour if it is true. It will draw it in an arbitary colour if it "#aa00aa", for example. And it will not draw anything at all if it is set to "false".
Shadow is boolean (true/false). Turning this on will draw a drop shadow of color ShadowColor behind the text. The shadow will be ShadowX pixels right and ShadowY pixels down (negative values will work). Both ShadowX and ShadowY default to 1.
Bold is a boolean (true/false). Setting it to true will make your font bold.
Click Delay is the number of milliseconds that represents a double-click.
SingleClick is a boolean (true/false). Setting it to true makes a single-click execute the command associated with the icon. This also means that it is impossible to drag the icon either.
IconSnap is a boolean (true/false). Setting it to true makes the icons snap to a grid defined by "SnapWidth" and "SnapHeight". The icon will snap to the middle of the rectangle defined by "SnapWidth" and "SnapHeight". So if "SnapWidth" = "SnapHeight" = 100, the center of the icon will by in multiples of 50: (50,50), or (50, 100), or (100, 100), or (250, 350)... You will want to make "SnapWidth" and "SnapHeight" greater than or equal to the size of the picture.
SnapWidth and SnapHeight is a positive integer, see description in "IconSnap".
SnapOrigin defines where the snap grip starts from. Valid values are:
TopLeft, TopRight, BottomLeft, BottomRight.
SnapShadow is a boolean (true/false) value. Setting it to true will make a shadow of the icon appear where the icon will snap if the drag was released there. Turn "IconSnap" on and check this out, pretty cool effect.
SnapShadowTrans is a integer between 0 (opaque) and 255 (invisible). It represents the transparency of the SnapShadow
CaptionOnHover is a boolean (true/false) value. Setting it to true will make the icon's caption only appear when the mouse hovers over an icon. False is the default behavior.
Reload: Reloads all of the config options and gets a new background.
Drag: Puts the icon in drag mode. Icon follows cursor.
EndDrag: End the drag mode, icon will be positioned at the cursor.
Exectue[i]: Executes the ith icon command. So the Execute[0] action is the
default action and run Command[0] (in the icon config file),
Execute[1] runs Command[1] and so forth.
The options for each command are as follows:
Some examples
The default settings, should be self explanitory.
Other examples
Left single click while holding shift on the keyboard
Execute[0]: shift left singleClk
Left double click while holding down the right mouse button.
Execute[0]: left doubleClk right hold
And for those with too many fingers, middle double click while holding
down the left and right mouse buttons, and control, alt, and shift
on the keyboard.
Execute[0]: control shift alt left hold middle doubleClk right hold
If two actions have the same key/button combinations they both will occur, unless one is the reload action. The reload action always only happens by itself.