karlch / vimiv-qt

An image viewer with vim-like keybindings
https://karlch.github.io/vimiv-qt/
GNU General Public License v3.0
177 stars 15 forks source link

Fix binding of configparser comment chars #846

Closed karlch closed 1 month ago

karlch commented 1 month ago

Neither semicolon ; nor the number symbol # could be bound as they were parsed by configparser as a comment. Fixed by allowing to bind these via and instead.

fixes #845