drunkenQCat

Results 16 comments of drunkenQCat

我试着将 prts 剧情文本模拟器的 javascrip 代码转写成 c# 代码,效果很成功。另外我自己的对这个的解决方式是,将剧情分段,然后把一大段里面要用到的立绘图片做成一个表格,显示在段首。 ![image](https://github.com/050644zf/ArknightsStoryTextReader/assets/39608175/fcd8b47d-73fe-4dfe-8029-adf2b55391ab) 之后如果有时间,我可以试着学一下 js 来帮忙 pr。

> > `luarocks config variables.LUALIB "liblua54.a"` to solve it. > > Looks like this solved the issue for me. At least, luarocks command shows LUA_LIBDIR as (ok). And trying to...

Here's a [reference](https://github.com/wo52616111/capslock-plus/blob/master/userAHK/main.ahk) in the repo. To implement it, make a new dir in the capslock+ dir named "userAHK", and follow the reference to write appropriate code in the `.ahk`...

![image](https://user-images.githubusercontent.com/39608175/201950096-892831a5-2435-48a4-a1cb-a09aa3797f92.png) 建一个userAHK文件夹,创建一个ahk文件,写一个方法: ```autohotkey keyFunc_wheelleft(){ Send {WheelLeft 3} } keyFunc_wheelright(){ Send {WheelRight 3} } ``` 上面的两个方法是快速左右滚动。如果要更快速,把数字“3”改大;如果要上下滚动,把left/right改成up/down。 接下来在CapsLock+settings.ini中的[Keys]区域写入这两行: ```autohotkey caps_lalt_wheelUp=keyfunc_wheelleft caps_lalt_wheelDown=keyfunc_wheelright ``` 之后重启capslock+,就可以按住Caps+Alt,加速滚轮了。

可以试着在capslock+settings.ini里边把press_caps(短按capslock)指定为一个空函数。

``` keyFunc_shortPress(){ Return } ``` 我这样写的。今天上午用着没有什么问题。不过caps做esc我确实不用,经常会误操作。

> 你好,请问你是否遇到视频生成之后,没有声音的现象,我通过你的demo运行文件后,得到的是没有音频的视频,但是我确实添加了音频文件 你其实可以把音频放到`./src/music`里,起名1302.mp3,这样是最稳妥的。

> Can't figure out why this isn't merged Maybe the indent of his code is not matched to original repo.

> Repository is not maintained. You always can use reapy-boost from my repository. And I try to approve all PR's, which do not break the repo. But I also almost...

@Die-Xie 感谢老哥,我找这个方法很久了。