Skip to content

Commit 60b22b8

Browse files
committed
add escape key to ignored keys.
update default string for ignored characters with escape sequences. update english readme.
1 parent b3c671d commit 60b22b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/globalPlugins/beepKeyboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"beepToggleKeyChanges": "boolean(default=False)",
1515
"announceToggleStatus": "boolean(default=True)",
1616
"disableBeepingOnPasswordFields": "boolean(default=True)",
17-
"ignoredCharactersForShift": "string(default='\t\b\r ')",
17+
"ignoredCharactersForShift": "string(default='\\x1b\\t\\b\\r ')",
1818
"beepForCharacters": "string(default='')",
1919
"shiftedCharactersTone": "int_list(default=list(6000,10,25))",
2020
"customCharactersTone": "int_list(default=list(6000,10,25))",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This package is distributed under the terms of the GNU General Public License, v
1313
* Beep for toggle keys changes: with this feature, NVDA will beep higher if a toggle key goes on, and lower tone if it goes off. Please note that Windows has a toggle keis beep function built-in on Ease of Access Center. This native feature works well if you don't use laptop keyboard layout setting.
1414
* Announce toggle keys changes: just when "Beep for toggle keys changes" is on. You can enable or disable NVDA to announce toggle key status.
1515
* Beep for specified characters: NVDA will beep for all characters that you set in advanced settings.
16-
16+
* You can disable beeping on password fields, this feature is enabled by default to aboid security risks. disable it if you want to hear beeps on password fields.
1717
## Requirements
1818
You need NVDA 2018.2 or later.
1919

0 commit comments

Comments
 (0)