Update TODO

This commit is contained in:
Florian Bruhin 2014-04-24 17:50:12 +02:00
parent 718295eb9f
commit 745e0374ff

5
TODO
View File

@ -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: