View Single Post
Old 01-12-2019, 11:26 AM   #5
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,964
Default

Code:
reaper.SNM_SetIntConfigVar('trackselonmouse',
  reaper.SNM_GetIntConfigVar('trackselonmouse', 0) == 1 and 0 or 1
)
cfillion is offline   Reply With Quote