Shortcut Keys [Hot Keys] for Editor buttons
See original GitHub issueCan you guys please guide me how I can assign a shortcut Key [hotkey] to Editor Button till now I have tried following and it doesn’t work. It is very important to get this functionality for the project I am working on.
// *** Add Select Button to Grid Editor ***
buttons.push({
title: "Select Items",
cssClass: "add-button",
hotkey: "Alt+K",
onClick: () => {}
});
Thank you for your support
Regards,
Arvind
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
What are some keyboard shortcuts for the Rich-Text Editor?
Use standard formatting shortcut keys. ; Bold - Ctrl + B (in Windows) or Command + B (on a Mac) ; Italics -...
Read more >Customize keyboard shortcuts
You can customize keyboard shortcuts (or shortcut keys) by assigning them to a command, macro, font, style, or frequently used symbol.
Read more >Keyboard shortcuts in Windows
Copy, paste, and other general keyboard shortcuts ; Ctrl + Spacebar. Turn the Chinese input method editor (IME) on or off. ; Shift...
Read more >Use keyboard shortcuts (Classic Editor)
Editor Shortcuts · Ctrl + key · Alt + Shift + key · Formatting Shortcuts.
Read more >Windows Basics: Keyboard Shortcuts in Windows
You'll use the Ctrl (Control) or Alt key to perform most keyboard shortcuts. You'll find these keys near the bottom-left corner of your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@reach2rv ah I see your comment, try this code
put this on your editor.ts
@minhhungit the above code works. I do get a notification. Thank you!!