|
It depends on what skin you are using, how it is set up. You can add lines to the exectbl.ini to make it react on certain skins the way you want it to. The following commands are used:
"ONFILECLICK",""
"ONDIRCLICK",""
"ONPLCLICK",""
"ONDLCLICK",""
"ONPBCLICK",""
"ONPLSELCLICK",""
"ONDLSELCLICK",""
For instance, if you want to single tap a directory, in the audio browser to enter the directory, add this to the exectbl.ini:
"ONDIRCLICK","BROWSE",Audio_browser.skin
This will then only occur on the skin specified, the Audio_Browser.skin in this case.
(Note: To have this work on all skins on your system, place that line in the exectbl.ini in the Road Runner folder. To have it work on a specific skin, put it in the exectbl.ini in the specific skins folder, keeping in mind that skin names are sometimes different from skin to skin for certain features and functions)
Last edited by JohnWPB; 03-09-2008 at 11:39 AM.
|