Skip to content
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

'alt + n' shortcut fires when press short cut key 'ctrl + alt + n' #150

Open
ssrasal opened this issue Dec 27, 2022 · 1 comment
Open

'alt + n' shortcut fires when press short cut key 'ctrl + alt + n' #150

ssrasal opened this issue Dec 27, 2022 · 1 comment

Comments

@ssrasal
Copy link

ssrasal commented Dec 27, 2022

{
key: ["alt + n"],
label: "Actions",
preventDefault: true,
allowIn: [AllowIn.Textarea, AllowIn.Input, AllowIn.Select, AllowIn.ContentEditable],
command: () => {
if (this.addNewHandler != null && this.addNewHandler != undefined) {
let addEvent: AddEvent = {
sender: this.sender,
rowIndex: 0,
dataItem: null,
isNew: false
}

      }
    }
@clementcolne
Copy link

Up. Have the same issue with ctrl + i, it get fired with any ctrl + anykeypressed + i. Any solution ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants