DEV Community

[Comment from a deleted post]
Collapse
 
akdeberg profile image
Anik Khan

hmmm.... I am not sure how did you approach it. Here's how you add a new sound-

  <div data-key="90" class="key">
            <kbd>Z</kbd>
            <span>New Sound Name</span>
        </div>

Then add the corresponding audio sound-

<audio data-key="90" src="your sound source here"></audio>

Here the data-key has to be the same for both parts. It is 90 here.
Is that what you asked for? Let me know

Collapse
 
paukaradagian profile image
π“Ÿπ“ͺ𝓾𝓡𝓲𝓷π“ͺβ€οΈπ“šπ“ͺ𝓻π“ͺ𝓭π“ͺ𝓰𝓲π“ͺ𝓷 • Edited

No, I want a new line under the first set of keys, under keys A to L, down under I want to ad z to M, for example.
But I keep adding keys and they are on the same line, not under.
Sorry my english.

 
akdeberg profile image
Anik Khan

Aah got it. Let me work on this amazing addition after my dinner, okay? I will be in touch shortlyπŸ˜€It would be a nice thing to work on for me as well