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

🎉 Adds new shortcuts #264

Merged
merged 5 commits into from
Feb 14, 2022
Merged

🎉 Adds new shortcuts #264

merged 5 commits into from
Feb 14, 2022

Conversation

AlexandreSajus
Copy link
Contributor

Adds new shortcuts:

  • Ctrl + D to duplicate the selection
  • Shift + Enter to run the selected block only ( I can change it to run_left if you want )
  • Ctrl + Shift + N to create a new window

Fixes #150
Fixes #189

@AlexandreSajus AlexandreSajus self-assigned this Feb 13, 2022
@AlexandreSajus AlexandreSajus changed the title Feature/shortcuts 🎉 Feature/shortcuts Feb 13, 2022
@AlexandreSajus AlexandreSajus changed the title 🎉 Feature/shortcuts 🎉 Adds new shortcuts Feb 13, 2022
@AlexandreSajus AlexandreSajus added the enhancement New feature or request label Feb 13, 2022
@MathisFederico
Copy link
Member

  • run_left

run_left would be better for now

@AlexandreSajus AlexandreSajus requested review from MathisFederico and removed request for MathisFederico February 14, 2022 17:18
pyflow/graphics/window.py Outdated Show resolved Hide resolved
Co-authored-by: Mathïs Fédérico <60117466+MathisFederico@users.noreply.github.com>
Copy link
Member

@MathisFederico MathisFederico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice shortcuts !
Thanks !

@AlexandreSajus AlexandreSajus merged commit 16baf87 into dev Feb 14, 2022
@MathisFederico MathisFederico deleted the feature/shortcuts branch February 14, 2022 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shift+Enter should run the block Duplicating using Ctrl+D
2 participants