How to change the Composer's "Ctrl+Alt+P" shortcut

I recently updated it to Cursor 0.44.9.

Previously, “Ctrl + P” was used to open the File Picker in the Composer’s Popup Window, but now the corresponding shortcut was changed to “Ctrl + Alt + P”.

I checked the Keyboard Shortcuts list to change this shortcut, and I confirmed that the command for that action is not registered.

As a result of using the “Developer: Toggle Keyboard Shortcuts Troubleshooting” feature provided by VSCode, we have confirmed that there is no command connected to the “Ctrl + Alt + P” shortcut used by Popup Window.
In the case of “Ctrl + Shift + K” used to open the Composer Popup Window, we found that there is a command called “aipopup.action.modal.generate”.

  1. Is there a way for users to change the “Ctrl + Alt + P” shortcut in Composer Popup Window?
  2. If you don’t provide it (i.e. if it’s hardcoding), do you have any plans for future updates?

Thank you.