Right click menu Thread last updated on 2006-07-11 23:02:59

Posted by member 334558 on 2006-07-08 21:51:09

How do i change the content of what is in the Menu opened when you right click?

Posted by member 1 on 2006-07-08 21:58:23 link

you edit the text file containing its settings.

Posted by member 1949 on 2006-07-09 10:23:32 link

Global settings that work thru out all themes would be stored in your Litestep/personal folder.

hint:
look for popup.rc

Posted by member 93947 on 2006-07-11 17:21:34 link

!execute "$txteditor$ $personaldir$popup.rc" ^^

Posted by member 212670 on 2006-07-11 23:02:59 link

!execute isn't needed, but quoting separately may be needed.

"$txteditor$" "$personaldir$popup.rc"