diff options
Diffstat (limited to 'docs/settingchanges.rst')
-rw-r--r-- | docs/settingchanges.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst index b9ad4a22..aa6d9084 100644 --- a/docs/settingchanges.rst +++ b/docs/settingchanges.rst @@ -23,10 +23,10 @@ following shortcuts are defined: shell: run as OS-level command ``@`` - load script file + run script file ``@@`` - load script file; filename is relative to current script location + run script file; filename is relative to current script location To define more shortcuts, update the dict ``App.shortcuts`` with the {'shortcut': 'command_name'} (omit ``do_``):: |