Page 1 of 1

Custom Event Sound - Folder Navigation

Posted: 15 Jul 2023 09:57
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!

Re: Custom Event Sound - Folder Navigation

Posted: 15 Jul 2023 17:19
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. . .

Re: Custom Event Sound - Folder Navigation

Posted: 15 Jul 2023 21:50
by jkell
Thanks for the info! I searched within the program, on the forums, and with Google and couldn't find anything. :veryconfused:

Re: Custom Event Sound - Folder Navigation

Posted: 16 Jul 2023 15:56
by Norn
CEA-After browsing a folder.png

Re: Custom Event Sound - Folder Navigation

Posted: 17 Jul 2023 04:13
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!