When I try to use `escape` key I notice a delay before clicked_back() is called. It is the only key where this happens. ``` @kb.add('escape') def back_(event): clicked_back() ```