karlch / vimiv-qt

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

Implement cancel signal emitted by <escape> #790

Closed karlch closed 7 months ago

karlch commented 7 months ago

This allows plugins to connect to a generic cancel signal. Currently used to reset partial keys and clear search.

Supersedes #691 as the command was finally not considered useful, but having the signal definitely is.