-
Notifications
You must be signed in to change notification settings - Fork 34
Labels
Description
Describe the bug
Hi
I use a shortcut on c key, the linked command is very simple : just navigate on a specific url. The problem is that when I tried to use a copy (Command|CTLR + C), this shortcut is fired and my application navigate to this url, and my clipboard stay empty :'(
Is it a way to use « c » as a shortcut and keep the possibility to keep copy/paste behavior ?
{
key: ['c'],
label: 'Global shortcuts',
description: 'Open my custom page',
preventDefault: true,
command: () => this._router.navigate([‘/my_url', ‘page'])
}
It's the same if I defined a shortcut on s or q key. the corresponding "command + S" (save) and "command + q" (quit) are unusable.
Reactions are currently unavailable