'Trigger Ctrl S on clicking button VueJS

I have a button

<v-btn
 class="mt-2 mb-2 mr-2"
 @click="saveAntennas()"
 >Save</v-btn>

In saveAntennas() function, what should be the code, such that on clicking Ctrl + S must be triggered. Thank You in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source