Missing beep.

This commit is contained in:
Bartek Stalewski 2018-05-29 23:35:45 +02:00
parent da4f785ad8
commit a4cfbae6d5

View File

@ -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(&quot;\n\n&quot; .. scripts.ui.bind_color .. &quot;bind &lt;yellow&gt;&quot; .. scripts.keybind:keybind_tostring(&quot;functional_key&quot;) .. scripts.ui.bind_color .. &quot;: &quot; .. command .. &quot;\n\n&quot;)
raiseEvent(&quot;playBeep&quot;)
end
end</script>
<eventHandlerList/>
</Script>