Posts

Post not yet marked as solved
6 Replies
4k Views
For "centuries" commenting selected source code lines, which was "Cmd+/" on US keyboards was "Cmd+Shift+7" on German keyboards. Now (Xcode 13.1 on macOS 12.0.1) it is "Cmd-ß". Indentation (US keyboards: "Cmd+[" and "Cmd+]") has moved from "Cmd+Alt+5" and "Cmd+Alt+6" to "Cmd+Ö" and "Cmd+Ä". This is strange since it does not make any sense. On German keyboards you reach "/", "[" and "]" using the keys 5, 6, 7 with Shift or Alt modifiers. And the really bad thing is: You can't change it. If you change the key bindings in the preferences, it has no effect. When I'm coding right now, I get always confused typing the shortcuts, I used for so many years, and seeing them not working anymore. Please, I want them back!
Posted
by Ninakadin.
Last updated
.
Post not yet marked as solved
0 Replies
499 Views
I created a little mac software accessing the music playlists via iTunesLibrary and then playing songs from the playlist using "AVAudioPlayer(contentsOf: fileURL)" from AVFoundation.If the the app is not sandboxed, no problem.If the the app is sandboxed and the music files are in the "music" folder, still everything works fine (if "com.apple.security.assets.music.read-only" is set to true).But due to high prices of internal SSDs, many people have aliased the "itunes" folder linking to an external drive. If you want to play such a music file located on an external drive, you get an OSStatus error -54. I see no way to get this setup working when the program is sandboxed.Any solutions?Best regards,Nina
Posted
by Ninakadin.
Last updated
.