Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

162,347 results found

Post

Replies

Boosts

Views

Activity

Xcode crashes when downloading Swift package dependency
I'm trying to publish two frameworks I wrote in Swift on GitHub. https://github.com/nickasd/BoardGameKit https://github.com/nickasd/BoardGameKitHost I want to add the first framework as a dependency to one of my Xcode projects. I click on the + button in the Package Dependencies tab, select BoardGameKit and click Add Package. A sheet opens and after a couple seconds, while the sheet is still open, Xcode crashes. When I try the same steps with the second framework, Xcode survives and finally shows me a confirmation sheet, and clicking on Add Package works as expected. Both repositories look exactly the same to me, except for their name of course. I even force pushed the default, empty Swift package created in Xcode with the Framework template to both repositories, and still only the first one makes Xcode crash, even after deleting all DerivedData folders and restarting Xcode. What could be the issue? I created FB22832333.
2
0
93
6d
WeatherKit: WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 on iOS 26.2 (Simulator & Device)
Hello everyone, I’m experiencing a WeatherKit issue that occurs consistently on both the iOS 26.2 Simulator and a real device running iOS 26.2. Environment: Xcode: latest iOS: 26.2 Occurs on: Simulator AND physical device WeatherKit usage: via WeatherService API (not manual REST) Location Services: authorized (When In Use / Always) Issue: WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 The operation couldn’t be completed. Already verified: WeatherKit capability is enabled for the App ID com.apple.developer.weatherkit entitlement is present Bundle ID matches the App ID App is signed with the correct Team ID Behavior is identical on Simulator and physical device Error occurs before any WeatherKit response is returned Questions: Is this a known issue with WeatherKit on iOS 26.2? Are there any known limitations or requirements for WeatherService related to WeatherDaemon validation? Is there a recommended way to diagnose why WeatherDaemon rejects the request with Code=2
3
0
321
6d
WeatherKit JWT token generation fails with WDSJWTAuthenticator Code=2 despite correct entitlement
I enabled the WeatherKit capability on my App ID (com.saimcan.darkweather, Team 6SWSD6V4ZC) about 12 hours ago. The entitlement is embedded in the binary and the provisioning profile authorizes it, but every request fails at the JWT generation step. Error from the logs: Error Domain=WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 (null) Relevant log excerpt (iOS 26.4 Simulator, same result on a physical device): [AuthService] Calling process is 3rd party process and has the correct entitlement ... accepting the connection [AuthService] Received proxy request for generating a jwt token. url=https://weatherkit.apple.com [WeatherDataService] Starting to generate JWT token request. bundleIdentifier=com.saimcan.darkweather [AuthService] Signed successfully [WeatherDataService] Make new JWT token request. requestIdentifier=... [AuthService] Failed to generate jwt token ... Code=2 What I have verified: Active Apple Developer Program membership (renewed through April
4
0
316
6d
Application Hangs with Nested LazyVStack When Accessibility Inspector is Active
Description I've encountered a consistent hang/freeze issue in SwiftUI applications when using nested LazyVStack containers with Accessibility Inspector (simulator) or VoiceOver (physical device) enabled. The application becomes completely unresponsive and must be force-quit. Importantly, this hang occurs in a minimal SwiftUI project with no third-party dependencies, suggesting this is a framework-level issue with the interaction between SwiftUI's lazy view lifecycle and the accessibility system. Reproduction Steps I've created a minimal reproduction project available here: https://github.com/pendo-io/SwiftUI_Hang_Reproduction To Reproduce: Create a SwiftUI view with the following nested LazyVStack structure: struct NestedLazyVStackView: View { @State private var outerSections: [Int] = [] @State private var innerRows: [Int: [Int]] = [:] var body: some View { ScrollView { LazyVStack(alignment: .leading, spacing: 24) { ForEach(outerSections, id: .self) { section in VStack(alignment: .leading, spacing: 8) { Text
5
0
470
6d
iOS 26 Full Keyboard Access with custom UITableViewCell
On iOS 26 with Full Keyboard Access enabled, a UITableView(style: .grouped) with custom cells only enumerates section 0 in the Ctrl+Tab focus order (But it works with arrow keys). Cells in sections 1+ are reachable via arrow keys, and canFocusRowAt fires and returns true when arrows spatially reach them — but Tab leaves the table after the last row of section 0 and jumps to the next focus item outside the table. Same code works correctly on iOS 18.x. focusGroupIdentifier strategies (single ID on the table, same ID across view/table/every cell, unique ID per cell) have no effect. tableView.allowsFocus is true. Is this a known iOS 26? Has anyone else run into this? final class CardCell: UITableViewCell { private let cardView = UIView() override init(style: CellStyle, reuseIdentifier: String?) { super.init(style: style, reuseIdentifier: reuseIdentifier) cardView.backgroundColor = .white cardView.translatesAutoresizingMaskIntoConstraints = false contentView.addSubview(cardView) NSLayoutConstraint.activat
2
0
481
6d
Reply to The Swift Programming Language Book
@BhumikaiOS the book is unavailable because the DocC format doesn't support an offline reading experience. Starting with Swift 5.8, the Swift project moved from reStructuredText to Apple’s own, now open-source, DocC documentation format. You can see the relevant RST to DocC conversion commit here, dated Aug 30, 2022. DocC only has a single preview format at the moment, a Vue single page app, which requires JavaScript to run. Hence, the last version available on Apple Books is Swift 5.7. Swift 5.7 was the last version built using the legacy repository. You can read more at the dedicated Github issue, which has been open for a few years now: https://github.com/swiftlang/swift-book/issues/2
6d
Reply to NEFilterDataProvider activation on consumer iOS — saveToPreferences fails (code 5), .mobileconfig requires MDM
Thank you for your response. Two follow-up questions: The url-filter-provider capability does not appear in the Capability Requests tab of my developer portal. Could you advise how to request it for com.dropbet.DropBet (App Store ID: 6762567708)? Regarding the OHTTP relay onboarding form (developer.apple.com/contact/request/network-extension-url-filter): does the full PIR server + Privacy Pass infrastructure need to be deployed and running before submitting the form, or can the request be submitted earlier in the process? Best regards
6d
StoreKit testing not working on iOS26.5 simulator
Hi, I'm trying to run our StoreKit unit tests with Xcode26.5 on an iOS26.5 simulator. Host computer has macOS26.5. All tests are failing and in the console I see logs such as [SKTestSession] Error saving configuration file: Error Domain=SKInternalErrorDomain Code=3 (null) [SKTestSession] Error deleting all transactions: Error Domain=SKInternalErrorDomain Code=3 (null) [SKTestSession] Error clearing overrides: Error Domain=SKInternalErrorDomain Code=3 (null) [SKTestSession] Error setting value to 1 for identifier 2 for jp.unext.mediaplayer: Error Domain=SKInternalErrorDomain Code=3 (null) And the simulator asks me to provide my AppleID. Tests have been broken since at least 26.4 The release notes claims that it has been fixed but not for me. https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-26_5-release-notes#StoreKit-Testing-in-Xcode Does anyone else have the same issue? Reported FB22774836 just in case.
6
0
491
6d
Apple Developer Program Enrolment Stalled
Hi all, Has anyone else been getting stuck with the iOS Developer Program enrolment? I've been stalled for nearly two months, and is directly preventing us from releasing app updates to our users. Issue Summary: Our enrolment has been stuck at the status Your enrolment is being processed for approximately two months We have submitted the required details multiple times with no resolution The contact form for email and phone support returns the error: there was a problem processing your request Phone numbers listed for developer support in Ireland are either non-functional or connect to sales support only We contacted contactus.ie at euro.apple.com, were again directed to sales support, and were told the matter would be escalated internally — this was nearly a month ago and we have received no further communication. It's very frustrating as our dev team has deployed two Android updates since. It's really impacting our products and I need to get this resolved asap. It's crazy that onc
2
0
155
6d
Apple Developer Program Enrolment Stalled
Hi all, Has anyone else been getting stuck with the iOS Developer Program enrolment? I've been stalled for nearly two months, and is directly preventing us from releasing app updates to our users. Issue Summary: Our enrolment has been stuck at the status Your enrolment is being processed for approximately two months We have submitted the required details multiple times with no resolution The contact form for email and phone support returns the error: there was a problem processing your request Phone numbers listed for developer support in Ireland are either non-functional or connect to sales support only We contacted contactus.ie at euro.apple.com, were again directed to sales support, and were told the matter would be escalated internally — this was nearly a month ago and we have received no further communication. It's very frustrating as our dev team has deployed two Android updates since. It's really impacting our products and I need to get this resolved asap. It's crazy that onc
2
0
106
6d
Reply to Programmatically installing a Root CA with "Always Trust" via LaunchDaemon for DLP agent
Hello, Thank you a lot for the time and responses! However, further research into the certificate installation completely confused me. sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain security find-certificate -c my cert name -Z | grep SHA-1 hash: | awk '{print $3}' security trust-settings-export -d ExportedTrustSettings.plist Modify the 'ExportedTrustSettings.plist' file. Find and remove the section with the key generated in step 2. sudo security trust-settings-import -d ExportedTrustSettings.plist Check if the trust setting is reset. sudo security delete-certificate -c my cert name /Library/Keychains/System.keychain sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain Result: the certificate is trusted. I cannot understand whether this is a bug, a feature, or an incorrect use of the 'security' tool. Thank you in advance!
Topic: App & System Services SubTopic: Core OS Tags:
6d
Client-Side PDF Download Performance Issue in Safari
Hi Team, We are observing a noticeable performance difference in client-side PDF generation between Safari and Chrome. Use Case We have an AI modal with a “Download PDF” feature. The PDF is generated on the client side using HTML content from the modal. Observation Chrome: PDF generation completes in ~1–2 seconds Safari: Same flow takes ~25–30 seconds Additional Details The functionality works correctly in both browsers, and the PDF downloads successfully. The issue is mainly the increased processing time in Safari. The modal content may include: Large formatted text Markdown/code blocks Images/styled UI We suspect the delay may be related to Safari’s handling of: Canvas rendering DOM-to-image conversion Blob/PDF generation Font/image processing Libraries/approaches involved: html2canvas jsPDF window.print() (in some cases) Question Is this considered expected behavior in Safari/WebKit for client-side PDF generation? Has anyone found effective Safari-specific optimizations or best practices
2
0
737
6d
Reply to Requesting URL Filtering capability
[quote='888671022, Pushpak-Ambadkar123, /thread/823247?answerId=888671022#888671022, /profile/Pushpak-Ambadkar123'] One thing I wanted to confirm [/quote] You started a new thread [1] about this specific question, so let’s discuss that there. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Well, two new threads (-:
6d
Reply to VZVirtualMachineView window and system function keys
[quote='888654022, rbmanian75, /thread/826990?answerId=888654022#888654022'] I have already set this to true. [/quote] OK. I’d like to clarify the actual goal here. On macOS function keys behave [1] in one of two different ways: Without the fn modifier, the function keys perform built-in actions. For example, pressing F10 on my MacBook Pro perform a mute action. With the fn modifier, the function keys generate traditional function key events. For example, pressing fn + F10 generates an F10 function key event. Which of these are you trying to route to the guest? Also, you specifically called out F10 and F11. Were those just examples? Or are you seeing different behaviours for different function keys? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] You can reverse these two options with System Settings > Keyboard > Keyboard Shortcuts > Function Keys > Use F1, F2, etc. keys as standard function keys. Wow, we re
6d
Xcode crashes when downloading Swift package dependency
I'm trying to publish two frameworks I wrote in Swift on GitHub. https://github.com/nickasd/BoardGameKit https://github.com/nickasd/BoardGameKitHost I want to add the first framework as a dependency to one of my Xcode projects. I click on the + button in the Package Dependencies tab, select BoardGameKit and click Add Package. A sheet opens and after a couple seconds, while the sheet is still open, Xcode crashes. When I try the same steps with the second framework, Xcode survives and finally shows me a confirmation sheet, and clicking on Add Package works as expected. Both repositories look exactly the same to me, except for their name of course. I even force pushed the default, empty Swift package created in Xcode with the Framework template to both repositories, and still only the first one makes Xcode crash, even after deleting all DerivedData folders and restarting Xcode. What could be the issue? I created FB22832333.
Replies
2
Boosts
0
Views
93
Activity
6d
WeatherKit: WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 on iOS 26.2 (Simulator & Device)
Hello everyone, I’m experiencing a WeatherKit issue that occurs consistently on both the iOS 26.2 Simulator and a real device running iOS 26.2. Environment: Xcode: latest iOS: 26.2 Occurs on: Simulator AND physical device WeatherKit usage: via WeatherService API (not manual REST) Location Services: authorized (When In Use / Always) Issue: WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 The operation couldn’t be completed. Already verified: WeatherKit capability is enabled for the App ID com.apple.developer.weatherkit entitlement is present Bundle ID matches the App ID App is signed with the correct Team ID Behavior is identical on Simulator and physical device Error occurs before any WeatherKit response is returned Questions: Is this a known issue with WeatherKit on iOS 26.2? Are there any known limitations or requirements for WeatherService related to WeatherDaemon validation? Is there a recommended way to diagnose why WeatherDaemon rejects the request with Code=2
Replies
3
Boosts
0
Views
321
Activity
6d
WeatherKit JWT token generation fails with WDSJWTAuthenticator Code=2 despite correct entitlement
I enabled the WeatherKit capability on my App ID (com.saimcan.darkweather, Team 6SWSD6V4ZC) about 12 hours ago. The entitlement is embedded in the binary and the provisioning profile authorizes it, but every request fails at the JWT generation step. Error from the logs: Error Domain=WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 (null) Relevant log excerpt (iOS 26.4 Simulator, same result on a physical device): [AuthService] Calling process is 3rd party process and has the correct entitlement ... accepting the connection [AuthService] Received proxy request for generating a jwt token. url=https://weatherkit.apple.com [WeatherDataService] Starting to generate JWT token request. bundleIdentifier=com.saimcan.darkweather [AuthService] Signed successfully [WeatherDataService] Make new JWT token request. requestIdentifier=... [AuthService] Failed to generate jwt token ... Code=2 What I have verified: Active Apple Developer Program membership (renewed through April
Replies
4
Boosts
0
Views
316
Activity
6d
Application Hangs with Nested LazyVStack When Accessibility Inspector is Active
Description I've encountered a consistent hang/freeze issue in SwiftUI applications when using nested LazyVStack containers with Accessibility Inspector (simulator) or VoiceOver (physical device) enabled. The application becomes completely unresponsive and must be force-quit. Importantly, this hang occurs in a minimal SwiftUI project with no third-party dependencies, suggesting this is a framework-level issue with the interaction between SwiftUI's lazy view lifecycle and the accessibility system. Reproduction Steps I've created a minimal reproduction project available here: https://github.com/pendo-io/SwiftUI_Hang_Reproduction To Reproduce: Create a SwiftUI view with the following nested LazyVStack structure: struct NestedLazyVStackView: View { @State private var outerSections: [Int] = [] @State private var innerRows: [Int: [Int]] = [:] var body: some View { ScrollView { LazyVStack(alignment: .leading, spacing: 24) { ForEach(outerSections, id: .self) { section in VStack(alignment: .leading, spacing: 8) { Text
Replies
5
Boosts
0
Views
470
Activity
6d
Reply to iOS 26 Full Keyboard Access with custom UITableViewCell
Hey, thanks for letting us know about your experience and also sharing a code sample. Could you please also file a Feedback bug report at https://developer.apple.com/bug-reporting/? This same information in the report will be just fine, and it will help me send this to the team quickly. After you create the report you can reply with the Feedback ID for me to take a look.
Replies
Boosts
Views
Activity
6d
iOS 26 Full Keyboard Access with custom UITableViewCell
On iOS 26 with Full Keyboard Access enabled, a UITableView(style: .grouped) with custom cells only enumerates section 0 in the Ctrl+Tab focus order (But it works with arrow keys). Cells in sections 1+ are reachable via arrow keys, and canFocusRowAt fires and returns true when arrows spatially reach them — but Tab leaves the table after the last row of section 0 and jumps to the next focus item outside the table. Same code works correctly on iOS 18.x. focusGroupIdentifier strategies (single ID on the table, same ID across view/table/every cell, unique ID per cell) have no effect. tableView.allowsFocus is true. Is this a known iOS 26? Has anyone else run into this? final class CardCell: UITableViewCell { private let cardView = UIView() override init(style: CellStyle, reuseIdentifier: String?) { super.init(style: style, reuseIdentifier: reuseIdentifier) cardView.backgroundColor = .white cardView.translatesAutoresizingMaskIntoConstraints = false contentView.addSubview(cardView) NSLayoutConstraint.activat
Replies
2
Boosts
0
Views
481
Activity
6d
Reply to The Swift Programming Language Book
@BhumikaiOS the book is unavailable because the DocC format doesn't support an offline reading experience. Starting with Swift 5.8, the Swift project moved from reStructuredText to Apple’s own, now open-source, DocC documentation format. You can see the relevant RST to DocC conversion commit here, dated Aug 30, 2022. DocC only has a single preview format at the moment, a Vue single page app, which requires JavaScript to run. Hence, the last version available on Apple Books is Swift 5.7. Swift 5.7 was the last version built using the legacy repository. You can read more at the dedicated Github issue, which has been open for a few years now: https://github.com/swiftlang/swift-book/issues/2
Replies
Boosts
Views
Activity
6d
Reply to NEFilterDataProvider activation on consumer iOS — saveToPreferences fails (code 5), .mobileconfig requires MDM
Thank you for your response. Two follow-up questions: The url-filter-provider capability does not appear in the Capability Requests tab of my developer portal. Could you advise how to request it for com.dropbet.DropBet (App Store ID: 6762567708)? Regarding the OHTTP relay onboarding form (developer.apple.com/contact/request/network-extension-url-filter): does the full PIR server + Privacy Pass infrastructure need to be deployed and running before submitting the form, or can the request be submitted earlier in the process? Best regards
Replies
Boosts
Views
Activity
6d
StoreKit testing not working on iOS26.5 simulator
Hi, I'm trying to run our StoreKit unit tests with Xcode26.5 on an iOS26.5 simulator. Host computer has macOS26.5. All tests are failing and in the console I see logs such as [SKTestSession] Error saving configuration file: Error Domain=SKInternalErrorDomain Code=3 (null) [SKTestSession] Error deleting all transactions: Error Domain=SKInternalErrorDomain Code=3 (null) [SKTestSession] Error clearing overrides: Error Domain=SKInternalErrorDomain Code=3 (null) [SKTestSession] Error setting value to 1 for identifier 2 for jp.unext.mediaplayer: Error Domain=SKInternalErrorDomain Code=3 (null) And the simulator asks me to provide my AppleID. Tests have been broken since at least 26.4 The release notes claims that it has been fixed but not for me. https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-26_5-release-notes#StoreKit-Testing-in-Xcode Does anyone else have the same issue? Reported FB22774836 just in case.
Replies
6
Boosts
0
Views
491
Activity
6d
Apple Developer Program Enrolment Stalled
Hi all, Has anyone else been getting stuck with the iOS Developer Program enrolment? I've been stalled for nearly two months, and is directly preventing us from releasing app updates to our users. Issue Summary: Our enrolment has been stuck at the status Your enrolment is being processed for approximately two months We have submitted the required details multiple times with no resolution The contact form for email and phone support returns the error: there was a problem processing your request Phone numbers listed for developer support in Ireland are either non-functional or connect to sales support only We contacted contactus.ie at euro.apple.com, were again directed to sales support, and were told the matter would be escalated internally — this was nearly a month ago and we have received no further communication. It's very frustrating as our dev team has deployed two Android updates since. It's really impacting our products and I need to get this resolved asap. It's crazy that onc
Replies
2
Boosts
0
Views
155
Activity
6d
Apple Developer Program Enrolment Stalled
Hi all, Has anyone else been getting stuck with the iOS Developer Program enrolment? I've been stalled for nearly two months, and is directly preventing us from releasing app updates to our users. Issue Summary: Our enrolment has been stuck at the status Your enrolment is being processed for approximately two months We have submitted the required details multiple times with no resolution The contact form for email and phone support returns the error: there was a problem processing your request Phone numbers listed for developer support in Ireland are either non-functional or connect to sales support only We contacted contactus.ie at euro.apple.com, were again directed to sales support, and were told the matter would be escalated internally — this was nearly a month ago and we have received no further communication. It's very frustrating as our dev team has deployed two Android updates since. It's really impacting our products and I need to get this resolved asap. It's crazy that onc
Replies
2
Boosts
0
Views
106
Activity
6d
Reply to Programmatically installing a Root CA with "Always Trust" via LaunchDaemon for DLP agent
Hello, Thank you a lot for the time and responses! However, further research into the certificate installation completely confused me. sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain security find-certificate -c my cert name -Z | grep SHA-1 hash: | awk '{print $3}' security trust-settings-export -d ExportedTrustSettings.plist Modify the 'ExportedTrustSettings.plist' file. Find and remove the section with the key generated in step 2. sudo security trust-settings-import -d ExportedTrustSettings.plist Check if the trust setting is reset. sudo security delete-certificate -c my cert name /Library/Keychains/System.keychain sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain Result: the certificate is trusted. I cannot understand whether this is a bug, a feature, or an incorrect use of the 'security' tool. Thank you in advance!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
6d
Client-Side PDF Download Performance Issue in Safari
Hi Team, We are observing a noticeable performance difference in client-side PDF generation between Safari and Chrome. Use Case We have an AI modal with a “Download PDF” feature. The PDF is generated on the client side using HTML content from the modal. Observation Chrome: PDF generation completes in ~1–2 seconds Safari: Same flow takes ~25–30 seconds Additional Details The functionality works correctly in both browsers, and the PDF downloads successfully. The issue is mainly the increased processing time in Safari. The modal content may include: Large formatted text Markdown/code blocks Images/styled UI We suspect the delay may be related to Safari’s handling of: Canvas rendering DOM-to-image conversion Blob/PDF generation Font/image processing Libraries/approaches involved: html2canvas jsPDF window.print() (in some cases) Question Is this considered expected behavior in Safari/WebKit for client-side PDF generation? Has anyone found effective Safari-specific optimizations or best practices
Replies
2
Boosts
0
Views
737
Activity
6d
Reply to Requesting URL Filtering capability
[quote='888671022, Pushpak-Ambadkar123, /thread/823247?answerId=888671022#888671022, /profile/Pushpak-Ambadkar123'] One thing I wanted to confirm [/quote] You started a new thread [1] about this specific question, so let’s discuss that there. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Well, two new threads (-:
Replies
Boosts
Views
Activity
6d
Reply to VZVirtualMachineView window and system function keys
[quote='888654022, rbmanian75, /thread/826990?answerId=888654022#888654022'] I have already set this to true. [/quote] OK. I’d like to clarify the actual goal here. On macOS function keys behave [1] in one of two different ways: Without the fn modifier, the function keys perform built-in actions. For example, pressing F10 on my MacBook Pro perform a mute action. With the fn modifier, the function keys generate traditional function key events. For example, pressing fn + F10 generates an F10 function key event. Which of these are you trying to route to the guest? Also, you specifically called out F10 and F11. Were those just examples? Or are you seeing different behaviours for different function keys? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] You can reverse these two options with System Settings > Keyboard > Keyboard Shortcuts > Function Keys > Use F1, F2, etc. keys as standard function keys. Wow, we re
Replies
Boosts
Views
Activity
6d