Quick Help for a noob? Thread last updated on 2004-07-09 12:56:19

Posted by member 10720 on 2004-07-02 17:36:05

Trying to set my middle click to show the running tasks. Here is what I have in my personal.rc

*jDeskMButton3 !PopupTasks

Where have I gone wrong?

Posted by member 37809 on 2004-07-02 19:31:44 link

Your syntax is incorrect.
Figure out the correct syntax; (hint: personal.rc most likely contains the settings to define actions for desktop clicks for the right mouse button)

If needed, read jDesk's documentation.
If you do not have it or cannot locate it, download jdesk from a dedicated litestep modules site.

Posted by member 10720 on 2004-07-04 15:04:17 link

the *jDeskMButton3 is exactly the syntax from the documentation....

Posted by member 35 on 2004-07-04 18:54:19 link

*jDeskMButton3
parameters: [modkey;down-cmd;up-cmd;dblclick-cmd]

that's from the readme, so the correct syntax is:
*jDeskMButton3 [.none;!none;!PopupTasks;!none]

Posted by member 10720 on 2004-07-09 12:56:19 link

ah, I understand now, thank you!