用什么语言为 Linux 编写鼠标手势应用程序?

发布于 2024-11-05 09:44:28 字数 176 浏览 0 评论 0原文

我有点鼠标手势狂热(我喜欢它们!)。在 Windows 上,我使用很棒的应用程序 Strokeit(简直完美)来满足我的鼠标手势需求。但在 Linux 上不存在甜蜜的鼠标手势应用程序。所以我想编写自己的代码(至少尝试一下)。

那么:我应该选择哪种语言为 Linux 编写鼠标手势应用程序?我了解 PHP、C# 和一点 C。

I'm a bit of a mouse gesture fanatic (I love them!). On Windows, I use the awesome application Strokeit (simply perfect) for my mouse gesture needs. But on Linux there exists no sweet mouse gesture app. So I want to code my own (at least give it a shot).

So: which language should I choose to write a mouse gesture app for linux ? I know PHP, C# and a bit of C.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

提笔书几行 2024-11-12 09:44:28

您不需要

sudo apt-get build-dep wayv
apt-get source wayv --compile

,并且您将完成源代码。它是用 ANSI C 编写的,郑重声明:

Totals grouped by language (dominant language first):
ansic:         1658 (100.00%)

我不知道它有多好,但肯定足够好,值得您改进!

更新

此外,根据此StrokeIt线程,有一些新内容正在进行中 http://www.inf.ufsc.br/~deters/xgestures

You don't

sudo apt-get build-dep wayv
apt-get source wayv --compile

And you'll have the source code done. It's in ANSI C, for the record:

Totals grouped by language (dominant language first):
ansic:         1658 (100.00%)

I don't know how good it is, but certainly good enough to be improved by you!

Update

Also, according to this StrokeIt thread, there is something new going on at http://www.inf.ufsc.br/~deters/xgestures

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文