You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank You very much for this program. I just wonder whether is there any support for fenrir and curses library. I have got several programs using curses programming library and it seems like fenrir starts to read from the top but while I press the insert key and Shift and letter K while having defined fenrirKey in the file:
/etc/fenrirscreenreader/settings/settings.conf
fenrirKeys=KEY_INSERT
the screen is not read but instead it redraws and puts the cursor in the top left corner.
Any hint would be appreciated. Thank You very much.
Attachment:
My system id Debian 11 and Python 3.10
Fenrir is installed from master branch.
The text was updated successfully, but these errors were encountered:
fenrir does support any curses application. basically it doesnt matter how the output is created. fenrir analyses the output on the screen and gives a hard guess what to do. maybe if you have an appalication what creates some sort of bad behave it could be a situation what makes fenrir think something wrong. do you have a clear example?
a small tip: statusbars do often crazy stuff for fenrir as it makes your inputt look like a regular output or navigating looking like an input (as the content changes after an cursor move for example)
Hello,
thank You very much for this program. I just wonder whether is there any support for fenrir and curses library. I have got several programs using curses programming library and it seems like fenrir starts to read from the top but while I press the insert key and Shift and letter K while having defined fenrirKey in the file:
/etc/fenrirscreenreader/settings/settings.conf
fenrirKeys=KEY_INSERT
the screen is not read but instead it redraws and puts the cursor in the top left corner.
Any hint would be appreciated. Thank You very much.
Attachment:
My system id Debian 11 and Python 3.10
Fenrir is installed from master branch.
The text was updated successfully, but these errors were encountered: