Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

快捷键无效了 #24

Open
hrenwen opened this issue Oct 14, 2018 · 3 comments
Open

快捷键无效了 #24

hrenwen opened this issue Oct 14, 2018 · 3 comments

Comments

@hrenwen
Copy link

hrenwen commented Oct 14, 2018

目前处于加速状态,想调回来都不行。

@wsltshh
Copy link

wsltshh commented Oct 29, 2018

因为播放器更新了,鼠标点下发弹幕右边空白的地方,快捷键就能用。
更新一下脚本应该不难,可能作者没时间吧。

@ICMYS
Copy link

ICMYS commented Nov 1, 2018

proto._keydown = function (event) { if (!this._isValidTarget(event.target)) return;
最简单的办法:定位到这里,直接把if那一行代码注释掉就行。

@wsltshh
Copy link

wsltshh commented Nov 1, 2018

proto._keydown = function (event) { if (!this._isValidTarget(event.target)) return;
最简单的办法:定位到这里,直接把如果那一行代码注释掉就行。

管用

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants