SIGN IN SIGN UP

Fix cmd-n in the project panel context menu and bind global workspace actions (#3491)

This PR binds the `workspace::NewFile` action only in the `Workspace`
context. It previously was bound globally, which caused us to hijack the
`cmd-n` binding when the context menu was visible in the project panel.
In the process, we also added some other global workspace actions and
move some other global bindings to be bound only on `Pane` and
`Workspace`.

Release Notes:

- N/A
N
Nathan Sobo committed
c9dd6b879c710762a61296823502fa7ee3ef8b58
Committed by GitHub <noreply@github.com> on 12/5/2023, 11:52:39 PM