Liferea trick #8: change menu accelerators
When you are not satisfied with the menu key bindings defined by Liferea do not despair it is easy to change them!
This trick is valid for Liferea versions 1.12 to 1.14
Edit Accels Plugin
There is a plugin by frequent Liferea contributor Mozbugbox allowing you to change keybindings. It is not installed per-default, so install it via “Tools” / “Plugin Installer”. In the plugin preferences click “Dump Accels” to create a key binding file.
Open the keybinding file in ~/.local/share/liferea/plugins/accels/accels.txt in your favourite editor. This file will be now be read upon Liferea startup to set key bindings and contains lines like these:
[...]
# ["app.next-read-item", []]
["app.next-unread-item", ["<Primary>n"]]
# ["app.open-item-enclosure", []]
# ["app.open-link-in-browser", []]
[...]
Note how only “app.next-unread-item” has a defined key binding (Ctrl-N) and for example “app.next-read-item” has none.
To change a key binding:
- First remove any ‘#’ at the start of the line
- Then enter a valid key binding. Choose prefixes like “
" (for Ctrl), " ", " as needed and append the key after it. - Ensure the key binding you defined is not used elsewhere in the file