Skip to content

Commit

Permalink
readme: elaborate on the need for a11y settings
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Oct 21, 2023
1 parent 34c105e commit c4cca7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ RButton::LButton ; DOES NOT WORK

#### Accessibility

All commands or command options related to Controls (e.g. `ControlClick` or `WinGetText`) relies on assistive technologies. While almost all windows support this, this typically needs adjustments on the running system. Read [the documentation section on accessibility](https://phil294.github.io/AHK_X11/#Accessibility.htm) for instructions.
Some commands or options related to Controls (e.g. `ControlClick` or `ControlGetPos` or `WinGetText` which is just an accumulation of `ControlGetText` or `WinActivate, , Match by Text...`) relies on assistive technologies. While almost all windows support this, this typically needs adjustments on the running system. Read [the documentation section on accessibility](https://phil294.github.io/AHK_X11/#Accessibility.htm) for instructions.

#### Focus stealing prevention

Expand Down

0 comments on commit c4cca7a

Please sign in to comment.