Replies: 1 comment
-
You can accomplish this on the command-line or with a simple bash script since the settings are stored in the dconf backend's database:
$ dconf dump /org/cinnamon/desktop/keybindings/
$ dconf dump /org/cinnamon/desktop/keybindings/ > ~/my_keybinds
$ dconf load /org/cinnamon/desktop/keybindings/ < ~/my_keybinds If you're not familiar, the arrows are redirection that specify input/output and the source/destination respectively. If you check out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Request to add the ability to import and export keyboard shortcuts in some way. Most applets contain a feature similar to this in a hamburger menu:
I'm not sure how feasible this truly is given the nature of the system, but KDE Plasma includes this feature and it is an excellent one!(especially for those who distro-hop, or want to redownload/reinstall their system more frequently). It saves a lot of time.
Beta Was this translation helpful? Give feedback.
All reactions