I wanted to share with the NVDA users here about a new add-on I recently discovered, called "xPlorer". This is a fairly simple tweak that makes File Explorer for Windows a lot more accessible.
It also gives us a new shortcut, NVDA plus Control plus 'x' by default, which will announce the file size of any file currently in focus while inside File Explorer.
I would strongly recommend changing this in Input Gestures from within NVDA's GUI.
The add-on can be found directly from the NVDA add-on store.
Enjoy. 👍 😎
+++Update+++
Taken from the GitHub page ...
Overview:
xPlorer is a simple NVDA add-on that improves the experience of using Windows File Explorer. It enhances feedback and navigation for screen reader users in common Explorer views such as folder lists, drive contents, and navigation panes.
Features:
• Announce Size of Selected Item:
Pressing the assigned gesture (e.g., NVDA+Ctrl+X) reports the size of a selected file or folder, or used space of a drive in File Explorer.
• Auto-Speak for Empty Folders:
Announces “Empty Folder” when navigating into a folder with no items.
• Auto-Select First Item:
Automatically selects and speaks the first item when entering a non-empty folder view in Explorer.
• Simplified Focus Reporting:
Suppresses redundant announcements like "View list items" for cleaner and more concise feedback in File Explorer.
• Improved Focus Handling:
Resolves focus lag in some Explorer panes (e.g., Home view) by programmatically shifting focus after a delay.
• Enhanced File Item Feedback:
If a folder contains only one item, selecting it will automatically report its name for better navigation clarity.
• Localized Overlay Classes:
Adds a custom object overlay to suppress unnecessary focus ancestor output in certain UI elements like toolbars and lists.
• Safe Gesture Handling:
Uses gesture.send() to return gestures back to NVDA when the active context is not File Explorer, ensuring compatibility with other applications and global NVDA commands.
Comments
handy, but not really needed
It’s definitely useful, but not something I’d consider essential.
There are quite a few similar add-ons out there, not just for Windows Explorer but also for things like Notepad++, Bluetooth, and the clipboard. They offer similar functionality.
So is this one really necessary? Personally, I’d put it in the "handy but not needed" category, but that’s just my take.
That said, someone else might find it genuinely useful.
As I understand it
The way I understand it, this add-on is supposed to make navigating file explorer with NVDA a bit more user-friendly. The shortcut I think is just meant to be a bonus.
A while back there were posts on here complaining about the lack of usability with file explorer and NVDA, which is why I posted this here. 🤷🏻♂️
More details
I got the ad-on and could not spot difference. Could the developer or the poster provide explanation for what the ad-on offers?
Official Page To The Above Add-On
, can be found at:
https://github.com/chaichaimee/xPlorer
It doesn't seam to work for me.
This sounds great, it'll be nice to go through and know what my folders are in size instead of going to properties each time, but when I press NVDA pluss control plus x, I hear nothing, i've tried this on the downloads folder and my external hard drive.
i'm using IBM TTS eloquence if that helps but it shouldn't matter...
Re: It doesn't seam to work for me.
Hey Brad,
Just reassign a new shortcut to that function in the input gestures from within the NVDA GUI. For example, I changed mine to NVDA plus shift plus X.
Works great! :-)
Updated initial post
Added notes from the GitHub page.
Enjoy. 🙂
It worked.
Thanks.
Cool, glad it worked out.
I believe the reason the default shortcut isn't working is because we use NVDA in Laptop mode, rather than Legacy mode (desktop keyboard with numeric keypad).
Just my 2¢.
Toggling Individual Customizations
While most changes are useful, I would prefer that the first item remain unselected instead of being selected automatically when I opened a folder. Selecting the first item in a folder automatically may change the name of the file you're trying to save to the name of the first item when trying to save a file so you have to use the Tab key to navigate to the file name field and delete whatever's in there and enter something new. It'd be great if the add-on had its own category in the NVDA settings window and check boxes under that category to toggle the tweaks.
Re: Toggling Individual Customizations
I understand your point. While it's not really a concern for me, I completely understand where you're coming from. As this is a brand new add-on, perhaps future updates will allow for shortcut toggles to enable/disable individual elements of the add-on.
We will have to see. 😄