VictorS67 / encre

MIT License
3 stars 1 forks source link

[NEW] EncreUI: Keyboard hot keys for context menu actions #122

Open VictorS67 opened 1 month ago

VictorS67 commented 1 month ago

Feature Request

Need to find keyboard hot keys for context menu actions.

Currently, we only display the hot keys but no effect:

Screen Shot 2024-09-12 at 13 16 13

Code of Conduct

BenWXY commented 1 month ago

Canvas Context Menu: image

Node Context Menu: image

Comment Context Menu: image

[!NOTE] No hot keys required for wire context menu.

[!NOTE] In canvas context menu, paste node and paste comment have the same hot key Ctrl+V. Require solution to fix this conflict.

BenWXY commented 1 month ago

image

Is this a bug? This happens by the following process:

First we create a node A. Then we duplicate this node to get a new node with same configuration and denote this new node with B. When ones try to connect a wire from the output of node B to some where else, the wire comes out from the input of node B.

VictorS67 commented 1 month ago

image

Is this a bug? This happens by the following process:

First we create a node A. Then we duplicate this node to get a new node with same configuration and denote this new node with B. When ones try to connect a wire from the output of node B to some where else, the wire comes out from the input of node B.

You can create an issue for this. It would be nice if you can do a screen recording for showing this bug.