Yao

Results 63 comments of Yao

鼠标手势动作可以执行吗?多指触屏可以吗(手势轨迹可以画出吗)? Will mouse gesture's action execute? How about touch screen gesture (are the gesture trails drawed)?

也就是说除了鼠标可以画出轨迹,触摸板与触屏都不行,对吧?那说明内核功能是正常的,只是触摸屏(板)采集组件受到了阻碍。我个人建议如下: 1. 查看一下 GestureSign.log 日志(如果安装的是便携版,则在 GestureSign/AppData 这个目录里,安装版在 ~/AppData),是否有详细原因 2. 使用 msconfig 进行一次诊断启动,即加载最小资源,看看是否正常 如果仍然不能正常且没有日志,只能下载源码编译并调试了,我这里并没有 MateBook E 所以帮不上忙。我自己在 win10,win11 上都安装了 GestureSign 并正常工作,因此为软件本身的原因应该很小。 In that case touchpad and touch screen gesture all failed...

Yeah, supporting Podcast will be great.

Is that display multiple RSSs in a single webview?

As for as I know the scrolling event is handled directly by the WebKitGTK component. It can’t switch to another WebView which is out of the box. Besides, we can't...

And currently I think you can use Spacebar to get a similar function.

This can be a problem of WebKit as described [here](https://bugs.webkit.org/show_bug.cgi?id=197100).

I've downloaded and compiled the lastest webkitgtk-2.36 but still result in low scrolling. I'll continue to dig in this problem.

I've looked into the WebKitGTK source code and found workaround. The scroll event was handled by "ScrollingEffectsController::handleWheelEvent(const PlatformWheelEvent& wheelEvent)" function in "./Source/WebCore/platform/ScrollingEffectsController.cpp". You can modify the deltaX and deltaY to...

Also remember to use "sudo apt liferea build-dep” to install the building essentials.