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

[Split Window]: instead of 3 shortcuts: 2 shortcuts with do/undo #2845

Open
ralf3u opened this issue Jul 18, 2021 · 1 comment
Open

[Split Window]: instead of 3 shortcuts: 2 shortcuts with do/undo #2845

ralf3u opened this issue Jul 18, 2021 · 1 comment

Comments

@ralf3u
Copy link

ralf3u commented Jul 18, 2021

at the moment there are 3 shortcuts (the first shortcut to split horizontally, the second to split vertically, and the third for undo);
2 shortcuts would be better with do/undo; so, to split window with one shortcut would be the same shortcut to undo split the window


even better would be a 2x if-undo for each shortcut, like this:

shortcut for split up and down:
if window is splitted left and right, then: undo; if window is splitted up and down, then: undo, else: split up and down

shortcut for split left and right:
if window is splitted up and down, then: undo; if window is splitted left and right, then: undo, else: split left and right

@elextr
Copy link
Member

elextr commented Jul 19, 2021

Split window is a core plugin in the Geany repository, moved to that repository

@elextr elextr transferred this issue from geany/geany-plugins Jul 19, 2021
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