Missing beep.
This commit is contained in:
parent
da4f785ad8
commit
a4cfbae6d5
1 changed files with 13 additions and 0 deletions
|
@ -53,6 +53,19 @@ tempTimer(1, function () disableTrigger("zaslaniasz_ty") end)
|
|||
end
|
||||
scripts.inv.collect.check_body = false
|
||||
end
|
||||
end</script>
|
||||
<eventHandlerList/>
|
||||
</Script>
|
||||
<Script isActive="yes" isFolder="no">
|
||||
<name>ftpd-beep-bind</name>
|
||||
<packageName></packageName>
|
||||
<script>function scripts.utils.bind_functional(command, silent)
|
||||
scripts.utils.functional_key = command
|
||||
|
||||
if not silent then
|
||||
cecho("\n\n" .. scripts.ui.bind_color .. "bind <yellow>" .. scripts.keybind:keybind_tostring("functional_key") .. scripts.ui.bind_color .. ": " .. command .. "\n\n")
|
||||
raiseEvent("playBeep")
|
||||
end
|
||||
end</script>
|
||||
<eventHandlerList/>
|
||||
</Script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue