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

How do you delete a node? #23

Closed
oregon-tony opened this issue May 30, 2017 · 3 comments
Closed

How do you delete a node? #23

oregon-tony opened this issue May 30, 2017 · 3 comments

Comments

@oregon-tony
Copy link

How do you delete a node once it is drawn out on the canvas? I see in the code (I'm not a Python expert..) where you have defined shortcuts like 'Ctrl-D', but selecting a node and hitting 'delete' key or Ctrl-D doesn't seem to delete the node. I'm on a Mac, Python 3.5, PyQt 5-5. The project is very awesome, thanks so much for sharing it. Tony.

@oregon-tony oregon-tony changed the title How do delete a node? How do you delete a node? May 30, 2017
@JLuebben
Copy link
Owner

I currently don't have the possibility to test Floppy on Mac platforms so any feedback is much appreciated.
The latest commit simply adds the delete action to the very and of the main toolbar. Can you please check if selecting a node and then clicking on the toolbar button works. That way I'll know if the problem is related to the shortcut 'Ctrl+D' or if there are other issues.

@k-eks
Copy link

k-eks commented May 30, 2017

I've been using Floppy on a Mac ever since I came across it. I can delete a node by selecting it and press Cmd+D.

@oregon-tony
Copy link
Author

Please close. I was looking at the code where it says Ctrl-D, but on a mac it is CMD-D as k-eks pointed out. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants