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

"Use Keyboard Shortcuts to Activate Apps" Toggle does nothing #914

Open
LordSushiPhoenix opened this issue Mar 18, 2019 · 7 comments
Open

Comments

@LordSushiPhoenix
Copy link

Running dash-to-dock v66 and gnome 3.32 the setting "Use Keyboard Shortcuts to Activate Apps" only has no effect, despite having the setting disabled all apps still open when super and their corresponding number is pressed. I have super+(1-4) set to switch workspaces in gnome settings, dash-to-dock is overriding that since the latest update.

@g105b
Copy link

g105b commented Mar 21, 2019

Mine works, but a few minutes later the keyboard shortcuts are not working and I the numbers get typed into whatever I'm working on at the time. Toggling the toggle again fixes for a few more minutes.

@chrokh
Copy link

chrokh commented Apr 3, 2019

Same issue as OP here. Cannot deactivate "Use keyboard shortcuts to activate apps". Or rather, deactivating seems to have no effect.

@erazemk
Copy link

erazemk commented Apr 4, 2019

+1 With this problem, exact same shortcuts set as OP.

@micheleg
Copy link
Owner

I can reproduce this on Ubuntu 19.04, although 'm very confused as even uninstalling ubuntu-dock and dash-to-dock the shortcuts are still active. I'm wondering if there's something else that is registering this shortcuts?

@micheleg
Copy link
Owner

This is indeed a built-in functionality now in GS 3.32:
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/370

@selim13
Copy link

selim13 commented May 8, 2019

Seems like you can change or unset those with gsettings:
gsettings set org.gnome.shell.keybindings switch-to-application-1 "[]"

they go from switch-to-application-1 to switch-to-application-9

@moll
Copy link

moll commented Sep 17, 2020

To disable all 9, this loop will do the trick:

for i in {1..9}; do gsettings set org.gnome.shell.keybindings switch-to-application-$i "[]"; done

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

7 participants