Game.py Arat: onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7) Altına Ekle: onPressKeyDict[app.DIK_F7] = lambda : self.OpenCalcExe() Game.py En Alta Ekle: def OpenCalcExe(self): import subprocess subprocess.call(["calc.exe"]) Güle Güle Kullanın.