Remove delete on record

Is it possible that i disable option of delete on the record, i tried with these
Tables\Actions\DeleteAction::make()
                    ->hidden(fn ($record) => $record->name === 'admin')
but when user go into edit user he can press the command ctrl + D and delete record is it possible to remove this shoertcut or to remove delete or something else
Was this page helpful?