-
Notifications
You must be signed in to change notification settings - Fork 101
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
[adjacent-windows@klangman] Initial extension commit #583
[adjacent-windows@klangman] Initial extension commit #583
Conversation
Add a new applet that allows the user to define hotkeys that will activate adjacent windows based on desired direction (left, right, up, down and under).
You can put the This looks great though! Congrats on getting this done! |
OK.. I can make that change.. How is that better then just having |
I think it's still a "required" field (a legacy thing we should probably remove) but the benefits are two-fold:
It's ultimately your call either way. I just want to make sure you're aware of your options. |
@rcalixte It was suggested me to that a version of this work should be included in the System_Settings->Keyboard->Shortcuts->Window section. Just wondering what your take is on that? Best to leave it as a extension only, or add shortcuts for this functionality based on the code from this extension? |
This is actually something we're working on implementing system-wide. Once completed/merged, all Spices with keybinding options will be available in the keyboard module in system settings for configuration. Hopefully, this makes it into Cinnamon 6.2. |
Oh.. That will be a very nice improvement. Looking forward to that... But in this case I think the guy was asking me if the basic functionality of this applet should be available in Cinnamon without having to install an extension. i.e. A new I am happy to leave it as an extension only or I can look into adding the basic idea as new entries in the builtin Keyboard shortcuts. |
The thinking is that we can leave it as an extension for a while to iron things out and then move it into Cinnamon's core after that, maybe around 6.4 if you're up to it. This lets the extension get fleshed out in case any issues arise but it also means that there won't be a 6 month wait for possible fixes. Once it's moved, you'll want to cordon off the extension for new versions. See here for an example for doing that with the folder structure mentioned before. |
Add a new applet that allows the user to define hotkeys that will activate adjacent windows based on desired direction (left, right, up, down and under).