Skip to content

Releases: grisov/checkGestures

v1.0.6

09 Mar 22:27
353fe16
Compare
Choose a tag to compare

Features:

  • updated addon template;
  • added nesesary information to the addon release template.

Changed add-on name in the store and updated link in ReadMe

21 Apr 10:39
Compare
Choose a tag to compare

Version 1.0.5

  • the add-on has been tested for compatibility with NVDA 2023.1;
  • changed the short name of the add-on in the store and updated the download link in ReadMe.

Compatible with NVDA 2023.1

05 Apr 08:47
e40bab2
Compare
Choose a tag to compare

Find and fix input gestures conflicts in NVDA and add-ons. The general term "input gestures" includes keyboard commands, commands entered from Braille keyboards and gestures of touch screens.

Each of the installed add-ons can make changes to the NVDA configuration by adding or reassigning existing input gestures. If the same input gestures are binded to several functions, it will be impossible to call some of them.

Search for duplicate gestures

To detect duplicate gestures, call the NVDA menu, go to the "Tools" submenu, then - "Check Input Gestures" and activate the menu item "Search for duplicate gestures...".

After that, all input gestures used in NVDA will be checked in the following order:

  1. globalCommands;
  2. globalPlugins.

If the same input gestures will be detected, which are assigned to different functions, their list will be displayed in a separate dialog box.

After pressing the Enter key on the selected list item, the corresponding NVDA function will be selected and opened in the standard "Input Gestures..." dialog, where you can delete or reassign the associated gesture.

Note: As you know, features that don't have a text description do not appear in the "Input Gestures..." dialog. Therefore, after activating such an element, the corresponding warning will be displayed.

Gestures without description

To view the list of gestures binded with functions without a text description, if they are found in your NVDA configuration, you need to call the NVDA menu, go to the submenu "Tools", then - "Gestures without description...".

Such features do not appear in the standard NVDA "Input Gestures..." dialog, so it is not yet possible to delete or reassign associated gestures.

Help

One way to view this help page is to call up the NVDA menu, go to the "Tools" submenu, then - "Check Input Gestures", and activate "Help".

Note: All features of the add-on are presented in the NVDA "Input Gestures" dialog and you can assign your own keyboard shortcuts to each of them.

NVDA Check Input Gestures is adapted for NVDA 2022.1

21 May 19:23
Compare
Choose a tag to compare

NVDA Check Input Gestures

Version 1.0.3

  • the add-on has been tested for compatibility with NVDA 2022.1;
  • implemented search for duplicate input gestures;
  • implemented search for input gestures binded to functions without a text description.

The discussion is here.

Check Input Gestures

12 Feb 23:10
Compare
Choose a tag to compare

NVDA Check Input Gestures

  • Author: Oleksandr Gryshchenko
  • NVDA compatibility: 2019.3 and beyond

Find and fix input gestures conflicts in NVDA and add-ons. The general term "input gestures" includes keyboard commands, commands entered from Braille keyboards and gestures of touch screens.
Each of the installed add-ons can make changes to the NVDA configuration by adding or reassigning existing input gestures. If the same input gestures are binded to several functions, it will be impossible to call some of them.

Search for duplicate gestures

To detect duplicate gestures, call the NVDA menu, go to the "Tools" submenu, then - "Check Input Gestures" and activate the menu item "Search for duplicate gestures...".
After that, all input gestures used in NVDA will be checked in the following order:

  1. globalCommands;
  2. globalPlugins.
    If the same input gestures will be detected, which are assigned to different functions, their list will be displayed in a separate dialog box.
    After pressing the Enter key on the selected list item, the corresponding NVDA function will be selected and opened in the standard "Input Gestures..." dialog, where you can delete or reassign the associated gesture.

Note: As you know, features that don't have a text description do not appear in the "Input Gestures..." dialog. Therefore, after activating such an element, the corresponding warning will be displayed.

Gestures without description

To view the list of gestures binded with functions without a text description, if they are found in your NVDA configuration, you need to call the NVDA menu, go to the submenu "Tools", then - "Gestures without description...".
Such features do not appear in the standard NVDA "Input Gestures..." dialog, so it is not yet possible to delete or reassign associated gestures.

Help

One way to view this help page is to call up the NVDA menu, go to the "Tools" submenu, then - "Check Input Gestures", and activate "Help".

Change log

Version 1.0

  • implemented search for duplicate input gestures;
  • implemented search for input gestures binded to functions without a text description.