Skip to content

Workspace switching shortcuts & workspace menu don't work #1776

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

Open
laikq opened this issue Apr 11, 2025 · 2 comments
Open

Workspace switching shortcuts & workspace menu don't work #1776

laikq opened this issue Apr 11, 2025 · 2 comments
Labels
GNOME 43 Issues using the extension on GNOME 43.

Comments

@laikq
Copy link

laikq commented Apr 11, 2025

The shortcuts Ctrl+Super+<Direction> and Super+D for workspace navigation don't work on my system (= nothing happens when I press those key combinations). Everything else that I tried (tiling, switching windows, keyboard shortcuts for maximizing/minimizing/toggle float, window stacking) works as expected. Correct dconf entries exist:

$ dconf read /org/gnome/desktop/wm/keybindings/switch-to-workspace-down
['<Primary><Super>Down', '<Primary><Super>j']
$ dconf read /org/gnome/desktop/wm/keybindings/switch-to-workspace-up
['<Primary><Super>Up', '<Primary><Super>k']

Maybe this has something to do with switching workspaces left/right vs up/down? Touchpad gestures for switching workspaces left/right (three-finger swipe) work fine.

Context

  • System: Debian 12
  • GNOME Version 43
  • Running on Wayland
  • Installed using make local-install, from newest commit 0f7a5d1 on branch master_jammy

Thanks for developing this project!

@jacobgkau jacobgkau added the GNOME 43 Issues using the extension on GNOME 43. label Apr 11, 2025
@jacobgkau
Copy link
Member

Maybe this has something to do with switching workspaces left/right vs up/down? Touchpad gestures for switching workspaces left/right (three-finger swipe) work fine.

Is your system using horizontal workspaces or vertical workspaces? The dconf values you posted are for up/down. If your system has horizontal workspaces, you'd want to check the dconf entries for the left/right shortcuts, right?

@laikq
Copy link
Author

laikq commented Apr 11, 2025

I suspect this might be the issue, however I‘m not aware of the relevant dconf settings 😬 I only found some gnome extensions for vertical workspaces

Edit: Sorry, took me a moment to realize you were probably talking about just adding the missing keyboard shortcuts and not enabling vertical workspaces via dconf.

laikq pushed a commit to laikq/pop-shell that referenced this issue Apr 14, 2025
Add keyboard shortcuts for left/right workspace switching & window
moving.

Fix pop-os#1776
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GNOME 43 Issues using the extension on GNOME 43.
Projects
None yet
Development

No branches or pull requests

3 participants
@jacobgkau @laikq and others