-
Notifications
You must be signed in to change notification settings - Fork 30
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 back Super + Page Up/Down to switch workspaces #7
Comments
They may not appear in the shortcuts UI, but using dconf editor you cant set them directly in the |
Following the hint by @romgrk I got to these commands for getting Page-Up & Page-Down to work:
To undo it:
As a feature, maybe it'd be nice set have this run automatically upon enabling/disabling the extension, but I don't have enough experience with extensions to have a good judgement or contribute to the code. |
It would be a bit tricky, depending on if the user rebinds the shortcuts to something other than the defaults. We could try to intercept the workspace-left/right signal though. |
We could probably allow the user to set these in the extension settings, since this is already working I don't think it has priority. I'll keep the issue open. |
Would also like this implemented but the comment from m2-farzan has helped me apply a fix manually so thanks! P.s. nice extension I much prefer the vertical layout. |
This was the first thing I looked for after installing. Might be nice to pin this issue, or put some of m2-farzan's comment into the readme for better visibility. |
@jakesco Ah yeah, fair point. I'll make sure to add it later today. |
My Settings: vertical
horizontal
reset (
|
You can also bring them back into the Settings UI -- at least for my system (Fedora 34), you can find the relevant keybindings in /usr/share/gnome-control-center/keybindings/50-mutter-navigation.xml. In the XML, the options to navigate to a workspace up/ down (as well as the options to move a window to a workspace up/down) are listed, but have a "hidden=true" property on them. You can edit it with root privileges to remove that "hidden" property (or set it to false), and then you can edit the shortcuts with the graphical UI like before. |
Firstly, thank you so much for writing this extension. Horizontal workspaces on two wide monitors are absolutely awful. The dconf bindings above are helpful to complete the fix and enable the hotkeys that make sense. If it's hard to integrate them into the package, perhaps they could be listed in the configuration widget for the extension? |
First, thank you for working on this project, I really like vertical layout and was really sad to see it go with GNOME 40.
So, the feature request is about making the following extra key bindings that we had in the previous GNOME versions:
Where Shift was used to carry the focused window when switching workspaces.
Again, thank you so much for this extension, it's a life-saver!
The text was updated successfully, but these errors were encountered: