mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 04:56:00 +00:00
cmd+backspace for delete rows on mac
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user