You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it's possible to start assigning menus to the views representing the file items, I'd prefer to leave the current approach of explicitly creating the menus on-demand (see panelView: requestsContextMenuForItemNo:). The same functionality can be instead added as a new action with the same hotkey. The benefits are: 1) level of control 2) providing the functionality to users on MacOS version before Sequoia.
The text was updated successfully, but these errors were encountered:
Confirmation
Version of Nimble Commander
v1.7, MacOS15
Distribution Type
Downloaded from GitHub (nightly and test workflows)
Expected Result
When pressing Ctrl + Return in file panels a pop-up context menu should be shown next to the focused item.
Actual Result
NC beeps and does nothing.
Steps to reproduce
Additional Information
Ctrl + Return is now processed by AppKit itself. It shows a view's assigned menu, which NC does not set.
See https://developer.apple.com/videos/play/wwdc2024/10124/?time=528
While it's possible to start assigning menus to the views representing the file items, I'd prefer to leave the current approach of explicitly creating the menus on-demand (see
panelView: requestsContextMenuForItemNo:
). The same functionality can be instead added as a new action with the same hotkey. The benefits are: 1) level of control 2) providing the functionality to users on MacOS version before Sequoia.The text was updated successfully, but these errors were encountered: