-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to select alt + anykey or shift + anykey ? #144
Comments
Hi rajnishcoder, This is an interesting use case and not one that is currently supported by Could you please elaborate on your use-case, so I can make sure there's not an easier way to achieve what you need using Thanks. |
Hi @greena13 , The case is: So, the problem is blur layer is working fine on alt keydown and keyup event but, lets say if user pressed So, If somehow I can get |
Hey, I just apply this solution for my attach window problem and it resolved this current issue, after applying this somehow it calls If you know how, I'm just curious to know what is happening ? |
Hey, I am not sure, as this is in the world of Mousetrap (the latest pre-releases have their own key matching engine that I am more familiar with). I am not sure if you have stumbled upon some implict behaviour, or whether Mousetrap explicitly supports |
Hi, I search but did not found anything and tried the below code but it did not worked.
keyMap = { ALT_ANY: 'alt+*' };
My question is how can I map any key with
alt
?I mean if user press any character key or any key with
alt
.for example:-
alt+a
,alt+b
,alt+c
,alt+d
..... all together in one event.The text was updated successfully, but these errors were encountered: