Gets the keybinding which can be used to activate this action, if one exists.
The string returned should contain localized, human-readable, key sequences as they would appear when displayed on screen. It must be in the format "mnemonic;sequence;shortcut".
Example: For a traditional "New..." menu item, the expected return value would be: "N;Alt+F:N;Ctrl+N" for the English locale and "N;Alt+D:N;Strg+N" for the German locale. If, hypothetically, this menu item lacked a mnemonic, it would be represented by ";;Ctrl+N" and ";;Strg+N" respectively.
| this |
a Object instance that implements AtkActionIface |
| i |
the action index corresponding to the action to be performed |
|
the keybinding which can be used to activate this action, or null if there is no keybinding for this action. |