2

The app shortcut key (alt + number) works fine with the numbers above the main keyboard keys but not with the num pad keys in Ubuntu 17.10 anymore (it worked fine on Ubuntu 17.04). How could we fix that?

EDIT: Moreover, the shortcut doesn't open one of the windows of the application as it used to do (top window). It shows all windows instead... This is a bit annoying too :/

pomsky
  • 70,557
Aurelien
  • 168

1 Answers1

2

I found a gnome extension that adds these Super+NUM hotkeys: https://extensions.gnome.org/extension/413/dash-hotkeys/

And for the problem of preview instead of cycling through windows of an application, you can set an option to cycle instead of preview like this:

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'cycle-windows'

For more information: https://robertianhawdon.me.uk/2017/11/02/quick-tip-changing-ubuntu-17-10s-dock-behaviour/

If the setting "click-action" is not available, you can add the gnome extension for dash-to-dock here: https://extensions.gnome.org/extension/307/dash-to-dock/ (and uninstall it later)

Aurelien
  • 168