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: