update todo
This commit is contained in:
parent
b8e47f6ca0
commit
d861634957
14
TODO v2.0
14
TODO v2.0
@ -73,11 +73,11 @@ Driver (screen, input):
|
|||||||
[W] PTY Screen driver (to use gnome-terminal and other terminal emulators)
|
[W] PTY Screen driver (to use gnome-terminal and other terminal emulators)
|
||||||
[X] emulation
|
[X] emulation
|
||||||
[X] basic reading
|
[X] basic reading
|
||||||
[W] attributes
|
|
||||||
[X] detect colum/ lines
|
[X] detect colum/ lines
|
||||||
[X] resize on colum / line change
|
[X] resize on colum / line change
|
||||||
[X] make shell command configurable (or detect it)
|
[X] make shell command configurable (or detect it)
|
||||||
[X] stop emulation properly
|
[X] stop emulation properly
|
||||||
|
[W] attributes
|
||||||
[] make pasteing text work again
|
[] make pasteing text work again
|
||||||
https://docs.python.org/3.2/library/pty.html
|
https://docs.python.org/3.2/library/pty.html
|
||||||
http://sqizit.bartletts.id.au/2011/02/14/pseudo-terminals-in-python/
|
http://sqizit.bartletts.id.au/2011/02/14/pseudo-terminals-in-python/
|
||||||
@ -85,13 +85,13 @@ Driver (screen, input):
|
|||||||
[W] PTY Input driver
|
[W] PTY Input driver
|
||||||
[X] new event for byte shortcuts (escape sequences)
|
[X] new event for byte shortcuts (escape sequences)
|
||||||
[X] create driver
|
[X] create driver
|
||||||
[W]set flag that it is used in emulation
|
[X] handle byte shortcuts
|
||||||
[W] handle byte shortcuts
|
[X] detect shortcuts
|
||||||
[W] detect shortcuts
|
[X] Load escape sequence shortcuts
|
||||||
[] Load escape sequence shortcuts
|
|
||||||
[] write/ consume them (controll it at all)
|
|
||||||
[W] create keyboard layout
|
|
||||||
[X] controll modes (vim like mode to not collide with application shortcuts)
|
[X] controll modes (vim like mode to not collide with application shortcuts)
|
||||||
|
[W] create keyboard layout
|
||||||
|
[W]set flag that it is used in emulation
|
||||||
|
[] write/ consume them (controll it at all)
|
||||||
[] ATK input driver (don't grab on graphical interface)
|
[] ATK input driver (don't grab on graphical interface)
|
||||||
https://git.linux-a11y.org/AIT/pyatspi2/src/master/examples/keypress.py
|
https://git.linux-a11y.org/AIT/pyatspi2/src/master/examples/keypress.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user