From 745e0374fff9d3b1895a667981e24dd1c094e209 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 24 Apr 2014 17:50:12 +0200 Subject: [PATCH] Update TODO --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 972c80736..ab5002bcb 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,10 @@ keyparser foo ============= -- Handle keybind to get out of insert mode (e.g. esc) +- Create a SimpleKeyParser and inherit KeyParser from that. + - Handle keybind to get out of insert mode (e.g. esc) +- Enter normal mode in loadingStarted already +- Read unbound-keys setting only once - Add more element-selection-detection code (with options?) based on: -> javascript: http://stackoverflow.com/a/2848120/2085149 -> microFocusChanged and check active element via: