View Full Version : DragSelection toggle
Hi, i try to set up a hotkey with a drag selecton toggle but i have no luck
selectPref -clickDrag false;
selectPref -clickDrag true;
but how i can ask the actual state of selextPref -clickDrag with a if ?
|
|
loked
08-17-2003, 06:09 PM
I'm not too sure what you asking, but if you asking how to query its state and use an if statement, it would be like this:
if (!`selectPref -q -clickDrag`)
Then do something;
else if (`selectPref -q -clickDrag`)
Do something else;
I hope that answers your question:thumbsup:
later:wavey:
loked
CGTalk Moderation
01-15-2006, 09:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.