Atur jalan pintas untuk qaction pyqt5

save=QAction("Save",self)
save.setShortcut("Ctrl+S") # can be also other keys like "Ctrl+Alt+S" etc.
Jenova