fenrir/TODO v2.0

89 lines
3.0 KiB
Plaintext
Raw Normal View History

2016-12-23 10:36:16 -05:00
ToDo list for Fenrir Version 2.0
Things with not so deep knowledge needed are marekd wiht "(Easy for contribution)". so just start with that :).
2017-07-24 05:51:37 -04:00
Cleanups:
- split oldValues := newValues out to helper function (Easy for contribution)
- split it out
- use it in evdev driver
- Migrate *Data.py to classes and use getter/setter (Easy for contribution)
2017-07-24 04:10:32 -04:00
commandsData.py
eventData.py
generalData.py
inputData.py
outputData.py
punctuationData.py
runtimeData.py
screenData.py
settingsData -> defaultSettings.py
2017-07-23 14:32:21 -04:00
2017-07-24 05:51:37 -04:00
General:
2017-08-15 18:43:06 -04:00
- imporove attribute handling
[] add an attribute sound
[] beep on cursor/ review by char (capital wins)
[] beep on review by word (once for multible, captial wins)
[] configurable (by char, by word, none)
2017-07-21 03:40:20 -04:00
- generic list or see Tutorial mode list (convert clipboard management) (Easy for contribution)
2016-12-23 10:36:16 -05:00
next item
pref item
curr item
first item
last item
Braille Support:
2017-01-30 17:38:16 -05:00
brailleFocusMode:
- manual = no automatic toggle command used
- last = follow last used cursor
2016-12-23 10:36:16 -05:00
print cursor in review
2017-01-30 11:18:46 -05:00
print cursor in textmode
2017-03-24 22:00:59 -04:00
word wrapping (if word does not fit print it at next page)
2017-02-02 04:24:52 -05:00
command toggle used cursor (in manual brailleFocusMode)
2016-12-23 10:36:16 -05:00
capture input from braile
2017-02-19 20:17:23 -05:00
make routing keys assignable by keyboard
2017-01-30 10:59:17 -05:00
make brailleTable configurable
2017-02-02 11:33:28 -05:00
pkg-config --variable=tablesdir liblouis
returns on Arch:/usr/share/liblouis/tables
2016-12-23 10:36:16 -05:00
http://mielke.cc/brltty/doc/Manual-BrlAPI/English/BrlAPI.html
https://git.gnome.org/browse/orca/tree/src/orca/braille.py
2017-01-30 10:59:17 -05:00
https://wiki.gnome.org/Attic/LSR/ScratchPad/Braille/BrlAPI
https://github.com/google/brailleback/blob/master/third_party/brltty/Bindings/Python/brlapi.pyx
2016-12-23 10:36:16 -05:00
Driver:
- implement PTY Screen driver (to use gnome-terminal and other terminal emulators)
2017-01-26 06:12:02 -05:00
https://docs.python.org/3.2/library/pty.html
2017-05-11 11:09:39 -04:00
http://sqizit.bartletts.id.au/2011/02/14/pseudo-terminals-in-python/
https://blog.konpat.me/pythons-pseudo-terminal-pty-examples/
2017-07-23 14:32:21 -04:00
2017-01-30 11:18:46 -05:00
- implement PTY Input driver
2017-07-23 14:32:21 -04:00
2017-02-19 20:17:23 -05:00
- ATK input driver (don't grab on graphical interface)
2017-04-24 07:58:49 -04:00
https://git.linux-a11y.org/AIT/pyatspi2/src/master/examples/keypress.py
2017-07-23 14:32:21 -04:00
2017-07-24 05:51:37 -04:00
- Dectalk SpeechDriver (Easy for contribution, device needed - i dont own one)
2017-04-24 08:11:18 -04:00
https://github.com/tvraman/emacspeak/blob/master/servers/obsolete/python/dectalk.py
2016-12-23 10:36:16 -05:00
Settings:
2017-02-27 08:45:34 -05:00
- write settings (Easy for contribution)
2017-07-23 14:32:21 -04:00
2017-02-27 08:45:34 -05:00
- menue for settings configuration (Easy for contribution)
2016-12-23 10:36:16 -05:00
2017-07-23 14:37:48 -04:00
Application Profiles (low priority):
2017-02-27 08:45:34 -05:00
- reimplement process detection without subprocessing // this is started by chrys
2016-12-23 10:36:16 -05:00
- fenrir is not able to detect the current application inside of screen.
ps -e -H -o pid,pgrp,ppid,tty,cmd
http://stackoverflow.com/questions/24861351/how-to-detect-if-python-script-is-being-run-as-a-background-process/24862213
fd = os.open("/dev/tty5", os.O_RDONLY )
os.tcgetpgrp(fd)
- add perApplicationTrigger trigger
per application commands
per application onScreenChange
per application onInput
2017-01-30 10:25:19 -05:00
- per application shortcuts
-----------DONE----------------
2017-07-23 14:37:48 -04:00
General:
2017-01-30 17:38:16 -05:00
Braille Support:
2017-07-23 14:37:48 -04:00
Driver:
2017-05-08 11:44:18 -04:00
Settings:
2017-07-23 14:37:48 -04:00
Application Profiles: