コード例 #1
0
def getKeyMapsFileName():
    if isCustom():
        return getCustom() + ".xml"
    else:
        return "zomboided.xml"
コード例 #2
0
ファイル: platform.py プロジェクト: Zomboided/VPN-Manager
def getKeyMapsFileName():
    if isCustom():
        return getCustom() + ".xml"
    else:
        return "zomboided.xml"