Hello,
I am using Fedora 30, with Gnome and I am unable to move between workspaces using Super + Page Up/Down or Ctrl + Alt + Up/Down. I’ve tried resetting the default shortcuts, but still no luck.
My device is HP Envy x360.
I’d appreciate any help or insight on the matter, thank you!!
First thing I’d check is that your laptop’s keyboard isn’t sending wrong keys. One way: run this command in a terminal window:
sudo libinput debug-events --show-keycodes
Then try pressing the keys in question. I did that, then typed Super+PgDn, Super+PgUp (without releasing Super), then Ctrl+Alt+🠗, Ctrl+Alt+🠕 (ditto for Ctrl+Alt), and got:
Well, that’s a bit different and usually can ensure that all the user-specific settings are vanilla.
It this doesn’t help, you can check a Live-CD/USB to test the vanilla system-specific settings.
For instance, on my system the first command produces (among 123 other lines):
Aug 11 13:05:04 /usr/libexec/gdm-x-session[1829]:
The XKEYBOARD keymap compiler (xkbcomp) reports:
Aug 11 13:05:04 /usr/libexec/gdm-x-session[1829]: >
Internal error: Could not resolve keysym XF86MonBrightnessCycle
Aug 11 13:05:04 /usr/libexec/gdm-x-session[1829]: >
Internal error: Could not resolve keysym XF86RotationLockToggle
…which makes sense, as I’m not on a laptop/tablet. But hopefully if there’s some issue setting up the bindings on your system, you’d see… a sign, I guess?