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

Option to change CTRL mask for move/stretch #288

Open
ananthchellappa opened this issue Jan 25, 2025 · 1 comment
Open

Option to change CTRL mask for move/stretch #288

ananthchellappa opened this issue Jan 25, 2025 · 1 comment

Comments

@ananthchellappa
Copy link

I hope this is easy to do. If not, please let me know and I'll look into getting help for the implementation.

In Cadence, CTRL + click and drag is for move (without keeping pins/wires connected).
Plain click and drag is for stretch.

In Xschem, this has is the reverse. We need to press CTRL for the intuitive click and drag to stretch.

The intuitive click-and-drag is critical to user experience.

Is it possible to put in a variable - maybe called stretch_without_ctrl_mask (default is 0, for existing use model)? If user sets this to 1, (or should it be "true") then we get the same UX as Cadence.

Thanks

@StefanSchippers
Copy link
Owner

There is already a (TCL) variable, enable_stretch. In some commands it already does that, transforming move into stretch-move and stretch-move into move.

Will complete the commands where this variable is not considered.

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

2 participants