Skip to content

Add support for additional navigation sounds #1972

@ken-myers

Description

@ken-myers

Issue description

Currently, the only theme-customizable navigation sounds are scroll sounds. I propose adding support for additional navigation sounds through a schema like this:

<navigationSounds>
    <scrollSound>./path/to/scrollSound.wav</scrollSound>
    <backSound>./path/to/backSound.wav</backSound>
    <selectSound>./path/to/selectSound.wav</selectSound>
</navigationSounds>

This block could be included in the top level of the theme and specified/overridden in narrower scopes like view, imagegrid, and textlist.

Happy to work on this myself and revise the schema or other details as necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions