Describe the bug
Any key bound to ACTION_REFRESH in config.ini will trigger while typing (eg. adding a new task).
To Reproduce
Add the following line to your config.ini below [keybinding]:
r = {ACTION_REFRESH} Open vit and press a to add a new task. Type some sentence that includes the letter r. The prompt will be gone and no task will be added.
Expected behavior
Nothing - you should be able to enter text without triggering the key binding.