This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
As it stands it seems that pressing a key-binding whilst using the resolver still executes the associated command for that binding. Wouldn't it be better if the actual execution of a given command was blocked whilst the keybinding resolver is active? So just the information for a particular key combination is given, but no actions are taken at that stage.
I've had some pretty inconvenient commands be activated whilst just quickly needing to look at what command (if any) is on a particular key combination. Would it not make sense to have the opportunity to decide whether or not to actually use that command only after getting to see what it is?