elementary / switchboard-plug-keyboard

Switchboard Keyboard Plug
GNU General Public License v2.0
28 stars 22 forks source link

Can't reassign Super + S #391

Open dvilelaf opened 2 years ago

dvilelaf commented 2 years ago

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 commented 1 year ago

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