Disable CTRL
2 posts
• Page 1 of 1
Posts: 109
Joined: Fri Jul 17, 2009 7:44 am |
How can I disable the CTRL function. I'd like it so if someone holds the CTRL key, it just acts like they are not holding it at all (should act like a regular click without keys).
|
Posts: 2764
Joined: Thu Nov 20, 2003 11:01 am |
No problem. Edit the script "NinjaCal ( action ; params )" and find the line that looks like this...
Else If[( Get( ActiveModifierKeys ) = 2 ) or ( Get( ActiveModifierKeys ) = 4 )] ...and change that to this... Else If[( Get( ActiveModifierKeys ) = 2 ) or ( Get( ActiveModifierKeys ) = 4 ) and 1 = 2] ..but adding "and 1=2" without quotes to the end of the line. That "switch" will turn off the line. That's it. John Sindelar
SeedCode |
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests