Salvatore Sorice Posted Thursday at 02:14 PM Share Posted Thursday at 02:14 PM I'm no Auto Hotkey expert by any means and the scripts I've found (or compiled by trial and error) are real timesavers. I think it would be great to have a dedicated section of the Forum where users can post/share Auto Hotkey scripts - it seems like there are several knowledgeable Auto Hotkey folks on the Forum. I've got several and will post them. Example: Here's one that will Toggle the current Screenset between Locked and Unlocked - great timesaver! Script syntax: #SingleInstance Force #Requires AutoHotkey v1 ; Desgnate Hotkey Toggle Screenset Lock between On and Off (CTRL+ALT+L) ^!l:: ;Run as Administrator ;NO ERROR checking included #z:: IfWinActive ahk_class Sonar { Sleep 300 Send !V Sleep 300 send s Sleep 300 send s send {Enter} Sleep 300 send l Sleep 300 Send r Return } While Sonar is in focus pressing CTRL+ALT+L (or whatever combination you prefer) will toggle the screenset between locked and unlocked. You can put the script into your Windows startup folder so that it loads upon start and is always available. Here is it in action: Link to comment Share on other sites More sharing options...
Promidi Posted yesterday at 03:51 AM Share Posted yesterday at 03:51 AM I just use ALT+SHIFT+L. No Auto Hotkey needed. Is that not available there in your Sonar?. Link to comment Share on other sites More sharing options...
Salvatore Sorice Posted 22 hours ago Author Share Posted 22 hours ago 8 hours ago, Promidi said: I just use ALT+SHIFT+L. No Auto Hotkey needed. Is that not available there in your Sonar?. Hmmm. Not sure and not at my PC but will check. Did not think there was a dedicated shortcut.! Link to comment Share on other sites More sharing options...
Salvatore Sorice Posted 21 hours ago Author Share Posted 21 hours ago 8 hours ago, Promidi said: I just use ALT+SHIFT+L. No Auto Hotkey needed. Is that not available there in your Sonar?. @Promidi, ALT+SHIFT+L does not work for me (latest paid Sonar build). Also, I had checked, and the lock/unlock screenset command does not show in the Global Bindings list at all. No idea why it works for you. Could it be some type of script/macro you are using? Link to comment Share on other sites More sharing options...
Promidi Posted 21 hours ago Share Posted 21 hours ago I looked into this further and I think this was added from a time when Screensets were introduced. I also looked for ALT+SHIFT+L in the keybinding settings on my Sonar and Splat and could not find it either. I am also baffled as to why I have it in my Sonar 2025 (and Platinum). However, to toggle the lock status of my current screenset, all I have to do is ALT+SHIFT+L Maybe drop a note to Sonar Support. https://help.cakewalk.com/hc/en-us/requests/new Link to comment Share on other sites More sharing options...
Salvatore Sorice Posted 20 hours ago Author Share Posted 20 hours ago 42 minutes ago, Promidi said: I looked into this further and I think this was added from a time when Screensets were introduced. I also looked for ALT+SHIFT+L in the keybinding settings on my Sonar and Splat and could not find it either. I am also baffled as to why I have it in my Sonar 2025 (and Platinum). However, to toggle the lock status of my current screenset, all I have to do is ALT+SHIFT+L Maybe drop a note to Sonar Support. https://help.cakewalk.com/hc/en-us/requests/new Sent the request. So weird that you would have it and others don't! Link to comment Share on other sites More sharing options...
Chaps Posted 19 hours ago Share Posted 19 hours ago 35 minutes ago, Salvatore Sorice said: Sent the request. So weird that you would have it and others don't! I checked the keyboard shortcuts in my Sonar FT (Free Tier) and used the Locate Key button to find ALT+SHIFT+L and it shows up as unassigned. Same with Sonar X3 Producer. Link to comment Share on other sites More sharing options...
Promidi Posted 19 hours ago Share Posted 19 hours ago 4 minutes ago, Chaps said: I checked the keyboard shortcuts in my Sonar FT (Free Tier) and used the Locate Key button to find ALT+SHIFT+L and it shows up as unassigned. Same with Sonar X3 Producer. On mine it states ALT+SHIFT+L is bound to “Lock/Unlock the Screenset from modifications” I must have done it during a brief windows when it was possible to do so (in the CbB days). Link to comment Share on other sites More sharing options...
sjoens Posted 16 hours ago Share Posted 16 hours ago (edited) In X1 thru X3 I have Views | Screensets | Lock/Unlock... but all the shortcuts in the list below were removed in SPlat and CbB. Alt+Shift+L is unassigned in X3. My guess is they were removed when Lenses/Workspaces came out. Unfortunately you cannot import them. Edited 15 hours ago by sjoens Link to comment Share on other sites More sharing options...
Astraios Posted 15 hours ago Share Posted 15 hours ago (edited) I don't want to upset anyone, but I'm still looking for someone who finds my Touch Portal concept sexy... there doesn't seem to be anyone in sight. 🤡 Cakewalk/Sonar DAW - Control everything via Touch Portal on Android Tablet Cakewalk/Sonar DAW - Touch Portal as virtual Shortcut Commander It's that easy to route a complex shortcut to a Touch Portal button... TP Shortcut A.mp4 Edited 14 hours ago by Astraios Link to comment Share on other sites More sharing options...
Astraios Posted 14 hours ago Share Posted 14 hours ago (edited) 1 hour ago, sjoens said: Unfortunately you cannot import them. What do you mean? That you can't import *.KBN files? Do you mean the screensets? Edited 14 hours ago by Astraios Link to comment Share on other sites More sharing options...
sjoens Posted 8 hours ago Share Posted 8 hours ago I tried exporting/importing the ones in the list above but nothing happened. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now