4

I am trying to set Super+T to start an application, but that shortcut is not recognized. I guess it is already in use somehow, but I don't see it in the list of shortcuts and when I press it nothing happens. Is there a way to list all shortcuts currently in use?

jens
  • 151

3 Answers3

7

Open a shell as current user and run:

$ gsettings list-recursively org.gnome.desktop.wm.keybindings
1

I solved this by randomly killing applications until the shortcut was available again. It looks there was an update of an (internal) application that decided to consume the shortcut.

jens
  • 151
0

You should be able to search your keyboard shortcuts by pressing the magnifying glass button while in the settings menu. Not quite a list, but at least you can see what is in use.

However I think this won't solve your problem. Not all key combinations are valid for custom shortcuts, and I don't think '+t' is allowed. A user posted some limits here, but I haven't seen an exhaustive list of what is or isn't permitted.

Max Poschmann
  • 76
  • 1
  • 6
  • I updated my question. The word Super was not shown, I guess because I put it in angle brackets. Thanks for the link anyway, I wasn't aware that there were limits to shortcuts that can be used. – jens Feb 20 '21 at 15:51
  • @jens glad it was a little helpful. I would have just commented if I had enough rep... – Max Poschmann Feb 22 '21 at 18:30