Custom Event Sound - Folder Navigation

Features wanted...
Post Reply
jkell
Posts: 3
Joined: 15 Jul 2023 09:05

Custom Event Sound - Folder Navigation

Post by jkell »

Small request -- Would it be possible to add "navigating up/down folders" as an event option in custom event sounds? Or is there a way this can currently be done?

Was searching to see if I could get the little "click" feedback sounds Windows Explorer always made when opening folders (Windows Navigation Start.wav in system sounds), and discovered XYplorer added these events back in April. I believe the navigation "clicks" have been around since WinXP, and were removed in Win10 which bothered me enough to restore them, before switching to XY.

Thanks for the consideration!

Norn
Posts: 504
Joined: 24 Oct 2021 16:10

Re: Custom Event Sound - Folder Navigation

Post by Norn »

Code: Select all

sound "C:\Windows\Media\Windows Navigation Start.wav";
To
Configuration | General | Custom Event Actions | After browsing a folder
If you don't want to play a sound after switching tabs, get the tab id and set it to a global variable. . .
Windows 11 24H2 @100% 2560x1440

jkell
Posts: 3
Joined: 15 Jul 2023 09:05

Re: Custom Event Sound - Folder Navigation

Post by jkell »

Thanks for the info! I searched within the program, on the forums, and with Google and couldn't find anything. :veryconfused:

Norn
Posts: 504
Joined: 24 Oct 2021 16:10

Re: Custom Event Sound - Folder Navigation

Post by Norn »

CEA-After browsing a folder.png
You do not have the required permissions to view the files attached to this post.
Windows 11 24H2 @100% 2560x1440

jkell
Posts: 3
Joined: 15 Jul 2023 09:05

Re: Custom Event Sound - Folder Navigation

Post by jkell »

Oh, sorry, I should've been more specific. I meant I wasn't able to find the solution before starting the thread. Your original info was enough, thanks again!

Post Reply