-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07d2789
commit 0a02941
Showing
136 changed files
with
452 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>navSounds - help</title> | ||
</head> | ||
<body> | ||
|
||
<h1 id="nav-sounds">nav Sounds</h1> | ||
<p>This is an NVDA screen reader add-on that | ||
providing navigation sounds and keyboard typing sounds. | ||
You can hear different sounds based on the roles of the elements you interact with, | ||
Also allow you to play different keyboard sound as you type. | ||
with the ability to customize everything.</p> | ||
<h2 id="about">About</h2> | ||
<p>This add-on is inspired by the abandoned "objsounds" add-on created by Tyler Spivey. Since that add-on hasn't been updated for a long time, I decided to create this add-on to continue providing similar functionality while keeping up with the changes in the NVDA screen reader.</p> | ||
<h2 id="features">Features</h2> | ||
<ul> | ||
<li><p>Provides navigation sounds based on different roles.</p> | ||
</li> | ||
<li><p>Toggle Functionality: Easily switch between enabling and disabling object sounds and toggling object type reading with a simple keyboard gesture.</p> | ||
</li> | ||
<li><p>Play a different keyboard sounds as you type</p> | ||
</li> | ||
<li><p>Customization: Access a settings page where you can choose from various navigation sound packages / keyboard typing sound effects and configure additional options.</p> | ||
</li> | ||
<li><p>Expandable: includes a selection of sound packages / typing keyboard sound effects, and you can even create and add your custom packages.</p> | ||
</li> | ||
<li><p>Compmpatibility: Designed to seamlessly work with modern NVDA versions, starting from 2019.3 and later.</p> | ||
</li> | ||
</ul> | ||
<h2 id="installation">Installation</h2> | ||
<p>For NVDA Installed Versions:</p> | ||
<ol> | ||
<li>Download the latest release from the <a href="https://github.com/ahmedthebest31/navsounds/releases/">Releases</a> section.</li> | ||
<li>Double-click the downloaded add-on file and confirm the installation by clicking "OK."</li> | ||
<li>NVDA will automatically restart, and you're ready to use NavigationSounds.</li> | ||
</ol> | ||
<p>For NVDA Portable Installation:</p> | ||
<ol> | ||
<li>Download the latest release from the <a href="https://github.com/ahmedthebest31/navsounds/releases">Releases</a> section.</li> | ||
<li>Open your NVDA screen reader.</li> | ||
<li>Navigate to the NVDA menu: Tools -> Manage add-ons.</li> | ||
<li>Click the "Install" button and select the downloaded add-on file.</li> | ||
<li>Restart NVDA to activate NavigationSounds.</li> | ||
</ol> | ||
<h2 id="usage">Usage</h2> | ||
<ul> | ||
<li>The navigation sounds will play based on the roles of objects as you interact with NVDA.</li> | ||
<li>Keyboard typing setting that will allow you to play a different keyboard sound as you type with NVDA, you can choose to play it in any time you press a button or while you focus on a text box. </li> | ||
<li>use the keybord shortcut (NVDA+alt+n) Pressing it once toggles between on and off object sounds, and Pressing twice it toggles between reading and disabling object types </li> | ||
<li>You can customize the keyboard shortcut as you prefer<br>open nvda menue Preferences subMenu / Input gestures | ||
navigation sounds</li> | ||
</ul> | ||
<h2 id="contributing">Contributing</h2> | ||
<p>Contributions to this project are welcome! If you find a bug, have an idea for an improvement, or want to contribute in any other way, please feel free to open an issue or submit a pull request.</p> | ||
<p>Special thanks to <a href="https://github.com/mesteranas/">mesteranas</a> for his wonderful Contributions in developing this add-on with me.</p> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# nav Sounds | ||
This is an NVDA screen reader add-on that | ||
providing navigation sounds and keyboard typing sounds. | ||
You can hear different sounds based on the roles of the elements you interact with, | ||
Also allow you to play different keyboard sound as you type. | ||
with the ability to customize everything. | ||
|
||
|
||
## About | ||
|
||
|
||
This add-on is inspired by the abandoned "objsounds" add-on created by Tyler Spivey. Since that add-on hasn't been updated for a long time, I decided to create this add-on to continue providing similar functionality while keeping up with the changes in the NVDA screen reader. | ||
|
||
|
||
## Features | ||
|
||
- Provides navigation sounds based on different roles. | ||
- Toggle Functionality: Easily switch between enabling and disabling object sounds and toggling object type reading with a simple keyboard gesture. | ||
- Play a different keyboard sounds as you type | ||
- Customization: Access a settings page where you can choose from various navigation sound packages / keyboard typing sound effects and configure additional options. | ||
- Expandable: includes a selection of sound packages / typing keyboard sound effects, and you can even create and add your custom packages. | ||
|
||
- Compmpatibility: Designed to seamlessly work with modern NVDA versions, starting from 2019.3 and later. | ||
|
||
|
||
## Installation | ||
For NVDA Installed Versions: | ||
1. Download the latest release from the [Releases](https://github.com/ahmedthebest31/navsounds/releases/) section. | ||
2. Double-click the downloaded add-on file and confirm the installation by clicking "OK." | ||
3. NVDA will automatically restart, and you're ready to use NavigationSounds. | ||
|
||
|
||
For NVDA Portable Installation: | ||
|
||
1. Download the latest release from the [Releases](https://github.com/ahmedthebest31/navsounds/releases) section. | ||
2. Open your NVDA screen reader. | ||
3. Navigate to the NVDA menu: Tools -> Manage add-ons. | ||
4. Click the "Install" button and select the downloaded add-on file. | ||
5. Restart NVDA to activate NavigationSounds. | ||
|
||
|
||
## Usage | ||
|
||
- The navigation sounds will play based on the roles of objects as you interact with NVDA. | ||
- Keyboard typing setting that will allow you to play a different keyboard sound as you type with NVDA, you can choose to play it in any time you press a button or while you focus on a text box. | ||
- use the keybord shortcut (NVDA+alt+n) Pressing it once toggles between on and off object sounds, and Pressing twice it toggles between reading and disabling object types | ||
- You can customize the keyboard shortcut as you prefer | ||
open nvda menue Preferences subMenu / Input gestures | ||
navigation sounds | ||
|
||
## Contributing | ||
|
||
Contributions to this project are welcome! If you find a bug, have an idea for an improvement, or want to contribute in any other way, please feel free to open an issue or submit a pull request. | ||
|
||
Special thanks to [mesteranas](https://github.com/mesteranas/) for his wonderful Contributions in developing this add-on with me. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.77 KB
(140%)
navsounds/globalPlugins/NavigationSounds/__pycache__/__init__.cpython-37.opt-1.pyc
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+86.3 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/1blueSwitch/letter.wav
Binary file not shown.
Binary file added
BIN
+55.3 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/1blueSwitch/number.wav
Binary file not shown.
Binary file added
BIN
+60.4 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/1blueSwitch/type.wav
Binary file not shown.
Binary file added
BIN
+24.2 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/2redSwitch/delete.wav
Binary file not shown.
Binary file added
BIN
+60.3 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/2redSwitch/space.wav
Binary file not shown.
Binary file added
BIN
+25.9 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/2redSwitch/typing.wav
Binary file not shown.
Binary file added
BIN
+23.7 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/3brownSwitche/delete.wav
Binary file not shown.
Binary file added
BIN
+21.3 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/3brownSwitche/space.wav
Binary file not shown.
Binary file added
BIN
+31.7 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/3brownSwitche/typing_1.wav
Binary file not shown.
Binary file added
BIN
+33.8 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/3brownSwitche/typing_2.wav
Binary file not shown.
Binary file added
BIN
+44.7 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/3brownSwitche/typing_3.wav
Binary file not shown.
Binary file added
BIN
+30.3 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/3brownSwitche/typing_4.wav
Binary file not shown.
Binary file added
BIN
+29 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/3brownSwitche/typing_5.wav
Binary file not shown.
Binary file added
BIN
+12.1 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/androidKeyboard1/typing2.wav
Binary file not shown.
Binary file added
BIN
+12 KB
...s/globalPlugins/NavigationSounds/effects/typingsound/androidKeyboard2/AgADcg0AAha5EFE.wav
Binary file not shown.
Binary file added
BIN
+19.2 KB
...s/NavigationSounds/effects/typingsound/androidKeyboard2/KeypressSpaceba-1646393970802.wav
Binary file not shown.
Binary file added
BIN
+12.1 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/iPhoneKeyboard/delete.wav
Binary file not shown.
Binary file added
BIN
+19 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/iPhoneKeyboard/space.wav
Binary file not shown.
Binary file added
BIN
+15.5 KB
navsounds/globalPlugins/NavigationSounds/effects/typingsound/iPhoneKeyboard/typing.wav
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.