How can I change the keyboard shortcuts in Evolution 3.32.0, running on Ubuntu 18.04? I haven't been able to change shortcuts for things like "archive message" and others.
Here's what I've tried so far, unsuccessfully
- Search the manual at https://help.gnome.org/users/evolution/stable/
- edit the
~/.config/evolution/accels
file while Evolution is not running - in dconf editor, set
can-change-accels
totrue
, hover over command, type new shortcut - Reviewed related questions on askubuntu and others
This is what worked for me using Evolution 3.22.0, on Ubuntu 18.04, with gtk 3.22
It is important to do every one of these steps, in order, because, Evolution can quickly overwrite the keyboard shortcuts to default, when it opens or when it closes.
~/.config/evolution/accels
with a text editorReply to All
which looks like:; (gtk_accel_path "<Actions>/mail/mail-reply-all" "<Primary><Shift>r")
.Here the spaces are only for indentation, but the semicolon at the beginning of the line comments-out the line.
(gtk_accel_path "<Actions>/mail/mail-reply-all" "<Super>r")
.Message->Reply to All
has changed.Special thanks to the members of the evolution-list support mailing list who helped me learn this.