Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a keyboard shortcut to perform one-click deploy with devices in the list #99405

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Nov 18, 2024

Shortcuts for the first 4 devices in the list are available, but only the first one is bound by default to Shift + F51 (Cmd + Shift + B on macOS).

This also renames "Remote Debug" tooltips to "Remote Deploy", as remote deploy doesn't always imply you'll have debugging enabled (Deploy with Remote Debug needs to be enabled in the Debug menu for that to happen).

Preview

Screenshot_20241118_202732

Footnotes

  1. This shortcut has an issue with having its focus stolen when the script editor is focused. This doesn't occur if you click outside the script editor before pressing the shortcut, or if in the 2D/3D editor. We should look into fixing this separately.

…he list

Shortcuts for the first 4 devices in the list are available, but only
the first one is bound by default to Shift + F5 (Cmd + Shift + B on macOS).
@Calinou Calinou added this to the 4.x milestone Nov 18, 2024
@Calinou Calinou requested a review from a team as a code owner November 18, 2024 19:43
@KoBeWi KoBeWi modified the milestones: 4.x, 4.4 Dec 15, 2024
@Repiteo Repiteo merged commit 802effe into godotengine:master Dec 16, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Dec 16, 2024

Thanks!

@Calinou Calinou deleted the one-click-deploy-add-shortcut branch December 16, 2024 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow adding a shortcut for remote debug (one-click deploy)
3 participants