コード例 #1
0
ファイル: command.py プロジェクト: nerdocs/MedUX
 def stringWithAppendedShortcut(self, string: str) -> str:
     """Returns the **string** with an appended representation of the keyboard shortcut
     that is currently assigned to this Command."""
     return ProxyAction.stringWithAppendedShortcut(str, self.keySequence())