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

Can't reassign Super + S #391

Open
dvilelaf opened this issue Nov 11, 2021 · 1 comment
Open

Can't reassign Super + S #391

dvilelaf opened this issue Nov 11, 2021 · 1 comment

Comments

@dvilelaf
Copy link

What Happened?

I'm trying to assing Super + S for a custom action. That combination does not appear as in use by any other actions. When I assign it, the combination is listed correctly and no "already in use" warning appears. But when I try to use it, all that happens is that the multitask view is triggered (but it is listed with Super + DownArrow).

Steps to Reproduce

  1. Go to custom keyboard actions
  2. Create a new action and assign it to Super + S
  3. Use Super + S

Expected Behavior

The new action should be triggered, not multitask view.

OS Version

6.x (Odin)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

No response

@ryonakano
Copy link
Contributor

This seems like because the plug assumes only one keybinding is assigned, while the schema itself supports multiple keybindings assigned:

$ gsettings get org.gnome.desktop.wm.keybindings show-desktop
['<Super>Down', '<Super>s']

If you disable the Multitasking View keybinding from the plug the above schema cleared and now you can use Super + S to trigger another action (Switch left in the example below):

スクリーンショット 2023-08-05 22 45 27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants