cmd+backspace for delete rows on mac

This commit is contained in:
Jan Prochazka
2022-04-21 17:44:00 +02:00
parent 5315a549b0
commit 66da21804b
3 changed files with 5 additions and 2 deletions

View File

@@ -12,6 +12,8 @@
if (e.altKey) keyText += 'Alt+';
keyText += e.key;
// console.log('keyText', keyText);
const commandsValue = get(commandsCustomized);
let commandsFiltered: any = Object.values(commandsValue).filter(
(x: any) =>