airtoxin/Sublime-Sound

Type pressed

Opened this issue · 3 comments

How can identify the type pressed?

I wann pull a request that make a sound to one letter of keyboard.

you can use "on_modify" event.
If you want to add sound set, PR to https://github.com/airtoxin/Sublime-SoundSets

How can identify the type pressed?

I wann pull a request that make a sound to one letter of keyboard


Reply to this email directly or view it on GitHub.

But I want to identify which key was pressed to associcar a different sound for each button.
How can I do that?

Ah, there are no way to realize that.
I have tried to implement that features before but I couldn't find any way.