?? skype_bt_hijacker_onclose
字號:
#!/bin/bash## This script runs, when Skype closes its DSP device.# I make sure here to switch calls back to the speakers.# You may not like this behaviour. Comment it out, if so.## Also note, that Skype 1.2.0.11 for Linux has a bug which causes it# not to close the device properly sometimes. Thus this script might# not run at the end of the call, but rather at the beginning of the# next call. It will run before another onopen, though, as the hijacker# contains fixup code for this case, which will also fix the "problem# with sound device" messages in skype that are caused by this # misbehaviour.#[ -f /tmp/switch_dsp ] && rm -f "/tmp/switch_dsp"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -