diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-07-15 15:02:36 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-07-15 15:02:36 -0700 |
| commit | 3592641a7ddf4c0f2b0c093afb8ad6fd309fb4ca (patch) | |
| tree | 4277a3b176760a98aee6e1c27ec7c186ad07dc72 | |
| parent | c174ca57709c8253e8728b27d3693f1e2e493585 (diff) | |
Fix for bindings
| -rwxr-xr-x | scripts/bbkeys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bbkeys b/scripts/bbkeys index 3577175..fd1491c 100755 --- a/scripts/bbkeys +++ b/scripts/bbkeys @@ -7,7 +7,7 @@ # The format is: ## <key>(,<key>)*:[ ]+<description>(\n script)+ # # May God have mercy on my soul for creating this abomination: -sed '1,'$LINENO'd; /^$/d; s/^## \(.*\): \(.*\)/'"$(printf '\003')"':\1:# \2/' "$0" | tr '\003' '\000' | bbcmd; exit +sed '1,'$LINENO'd; /^$/d; s/^## \(.*\): \(.*\)/'"$(printf '\003')"'bind:\1:# \2/' "$0" | tr '\003' '\000' | bbcmd; exit ## Section: BB Commands ## ?,F1: Show Help menu |
