Replies: 6 comments
-
|
I think this is currently not supported. But maybe @NakajimaTakuya might have an idea how it could look like if we would support multiple modifiers. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry I didn't mention it in the documentation. But that syntax is supported. (keydown.ctrl+shift+a) And the test exists here. |
Beta Was this translation helpful? Give feedback.
-
|
@NakajimaTakuya Thanks. When I looked at the tests I was only looking for an end-to-end syntax example in my search. If I change your codepen to That was what I was running locally. Funny enough I also had a 2nd one of |
Beta Was this translation helpful? Give feedback.
-
|
I thought there was some discrepancy, but it seems to be a problem created by the difference between JIS and US keyboards.
Now maybe @nickjj is using a I'll give it some thought. |
Beta Was this translation helpful? Give feedback.
-
|
Ah nice catch on thinking about different keyboard layouts. I'm using a standard layout US English keyboard on Windows. |
Beta Was this translation helpful? Give feedback.
-
|
I see this got converted to a discussion from an issue. @NakajimaTakuya @brunoprietog is supporting Windows not on the list for StimulusJS? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The docs cover how to add something like
keydown.ctrl+aorkeydown.shift+abut there's no reference on how to combine multiple modifiers such askeydown.ctrl.shift+a. I also triedkeydown.ctrl+shift+a. At a quick glance I didn't see any tests for this as well.Is this feature not available? Are there any plans to support multiple modifiers?
Beta Was this translation helpful? Give feedback.
All reactions