Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.15 KB

Accessibility Wrapper Application for OpenOLAT

Description

This WinForm application uses WebView2 to display an OpenOLAT site with additional accessibility features.

These features include:

  • auto-login using stored credentials
  • color inversion
  • quick zoom
  • assisted reading using TTS from .NET

Configuration

The following appSettings in OlatAccessibilityApp.config are supported:

Name Required Description
BaseUri yes The URL of the OpenOLAT instance to display.
Caption no The caption of the main window and dialogs.
UserDataPath no The path where WebView2 stores its data.
WebView2Path no The path to the fixed version binaries.