plugin.getShortcutFile
The 'getShortcutFile' function retrieves full path to the keyboard shortcuts file (keyboard_shortcuts.ini) of myBase main program.
getShortcutFile函数获取键盘快捷方式路径
- Prototype: plugin.getShortcutFile();
- Parameters: None.
- Return Value: String, a file path to keyboard_shortcuts.ini.
- Example:
alert(plugin.getShortcutFile());