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?
Asked
Active
Viewed 1,700 times
4
-
1Does this answer your question? Keyboard shortcut - get a list of what is already used? – vanadium Feb 19 '21 at 17:50
-
1@vanadium Thanks for the hint. I updated the question. I am looking for all GNOME shortcuts, not application level shortcuts. – jens Feb 20 '21 at 15:49
-
They are stored in different places. Not as such possible to draw a complete list with a single command. Anyway, I am using Super+t to launch the terminal without issue. – vanadium Feb 20 '21 at 16:23
3 Answers
7
Open a shell as current user and run:
$ gsettings list-recursively org.gnome.desktop.wm.keybindings

Felix Zhang
- 171
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