micheleg / dash-to-dock

A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
https://micheleg.github.io/dash-to-dock/
GNU General Public License v2.0
3.82k stars 463 forks source link

Hotkeys not working #2139

Open rommeswi opened 6 months ago

rommeswi commented 6 months ago

I use Gnome 45 on manjaro. I am trying to get hotkeys such as Super-Q 1 to work to open apps. Unfortunately, this completely fails in multiple ways.

By default, Super-q is bound to quit the current window. The extension does not overwrite the binding. After removing the default binding, Super-q shows the app numbers. But typing any number does not open the corresponding app. Instead, it types the number into the overview search.

The extension also hints in its settings that activating the hotkeys enables "Super + 1,..." but clearly this is not the case.

Dash-to-panel does not suffer from these problems. Perhaps the working code can be ported from there.