Where is config file for Keyboard shortcuts kept for 20.04?

Where is config file for Keyboard shortcuts kept for 20.04?

I saw this, but nothing helped.

I wouldn't say there is one single keyboard configuration file. You could configure a keyboard in X. Or in several different other packages, so it may depend on how your system is customized.

If I were trying to solve the question you're asking, I would follow this reasoning: first it's probably either a database or a plain text file, and the text file is more traditional. Second it should be located in your home directory, and it should be somewhere in one of the hidden files or directories which begin with a dot.

So why don't you try "ls -lar /home/ > before.txt"
Then add or change a shortcut.
Then "ls -laR /home/ > after.txt"
Then "diff before.txt after.txt".

There will be few or one file with the mtime changed, and that is the one that holds the shortcut.

At least that's how I'd approach the problem at first.

Thanks. The diff showed a lot of files.

I will just manually change my shortcuts. :slight_smile: