Update TODO
This commit is contained in:
parent
926194849c
commit
855fbaa05f
4
TODO
4
TODO
@ -1,12 +1,14 @@
|
|||||||
keyparser foo
|
keyparser foo
|
||||||
=============
|
=============
|
||||||
|
|
||||||
- Handle keybind to get out of insert mode (e.g. esc)
|
- Add mode=[]/no_mode=[] to cmdutils.register so we can avoid executing
|
||||||
|
commands in the wrong mode
|
||||||
- Add more element-selection-detection code (with options?) based on:
|
- Add more element-selection-detection code (with options?) based on:
|
||||||
-> javascript: http://stackoverflow.com/a/2848120/2085149
|
-> javascript: http://stackoverflow.com/a/2848120/2085149
|
||||||
-> microFocusChanged and check active element via:
|
-> microFocusChanged and check active element via:
|
||||||
frame = page.currentFrame()
|
frame = page.currentFrame()
|
||||||
elem = frame.findFirstElement('*:focus')
|
elem = frame.findFirstElement('*:focus')
|
||||||
|
- BUG: sometimes events arrive like 5 times... :(
|
||||||
|
|
||||||
Bugs
|
Bugs
|
||||||
====
|
====
|
||||||
|
Loading…
Reference in New Issue
Block a user