I hope, i understand you correctly..
Open Game.py and search for:
Code:
onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7)
under this, make a new function like this, i used F6:
Code:
onPressKeyDict[app.DIK_F6] = lambda : self.__TeleportGui()
now scroll till the end of game.py and add a new function:
Code:
def __TeleportGui(self):
self.teleport.Open()