To activate (or Toggle) a skin, you use the ConfigName (not the #CurrentPath#") followed with the skin.ini name.Just trying out this to see if it is possible to toggle a config by R-click action:
RightMouseUpAction=[!ToggleConfig #CURRENTPATH# "m#CURRENTSECTION#Name"]
Tried so many variations. The only thing that actually does anything is #CURRENTCONFIG# but that just disables the whole skin instead of toggling the selected file.
What am I doing wrong?
In your bang, "m#CURRENTSECTION#Name" must resolve to a valid skin.ini name in the folder specified by #CurrentConfig#.
Since it probably did not find a valid skin in the #CurrentConfig#, it then toggled (unloaded) the current skin.ini in that folder.
Note, only 1 skin.ini in the #CurrentConfig# folder can be active at any time; that is why the !ToggleConfig bang unloaded the current skin in that folder.
See the 3rd paragraph here for how to find the correct ConfigName.
A quick way to see the Configname is to open the context menu and look at the top line, that is the ConfigName. The bang to toggle this skin (clock.ini) would be:
RightMouseUpAction=[!ToggleConfig "illustra\Clock" "clock.ini"]
Statistics: Posted by eclectic-tech — Today, 2:24 am