Move and route tracks to existing folder does not work if CapsLock is on in macOS Sonoma 14.4
By Iuri Cunha @Iuri_Cunha
Hi, just in case anyone else runs into the same issue I had the past week. I was having a hard time using the move and route tracks to existing folder command and could not find what the issue was. Sometimes it worked but more often than not it just gave me back an error message. I finally figured out that it's because with Sonoma now a caps lock indicator (a little arrow) pops up whenever you have caps lock turned on and it seems to mess up the command.
I was able to disable the indicator by using the following script on the Mac terminal: sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO
Hope this helps.