Skip to content

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

@ssrasal

Description

@ssrasal

{
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
}

      }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions