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 shortcut to maximize a box #603

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

mdxio
Copy link

@mdxio mdxio commented Aug 25, 2023

Attempt at solving the first part of #518 which is to maximize a box

Copy link
Owner

@aristocratos aristocratos left a comment

Choose a reason for hiding this comment

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

@mdxio
I like the idea and effort but I'm not sure about the implementation.
When the GPU code gets merged there will be a dynamic number of extra boxes depending on number of gpus available and maintain a consistent experience (using shift as a modifier) will be difficult considering different keyboard layouts and so on.

Maybe a better approach would be to use a single key (sadly m is taken) and then the next number entered in a specific time period (say 1 second) would maximize the box.

You should probably also merge #604 in to this same PR since they are related.

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

Successfully merging this pull request may close these issues.

2 participants