188******30
2015-08-02 19:15 deepin
不造发对板块没- -
Reply Like 0 View the author
https://bbs.deepin.org/post/31734
使用蓝牙键盘时无声音。
https://bbs.deepin.org/post/31734
已执行sudo apt-get install python-dev python-kivy,
然后
-pc:~/桌面$ sudo pip install tickeys
https://bbs.deepin.org/post/31734
因为缺少了pip, 尝试用这个命令:
sudo apt-get install python-dev python-pip python-kivy xdotool && ...
https://bbs.deepin.org/post/31734
你好,我没有蓝牙键盘来测试,可以使用cat /proc/bus/input/devices命令把输出的东西给我看看吗? ...
https://bbs.deepin.org/post/31734
你好,我没有蓝牙键盘来测试,可以使用cat /proc/bus/input/devices命令把输出的东西给我看看吗? ...
https://bbs.deepin.org/post/31734
使用蓝牙键盘没声音的是你已打包的0.1.1a5版本,0.1.3版的有声音。我将0.1.3版的源码打包,运行时图形界 ...
https://bbs.deepin.org/post/31734
这应该是缺少某个库导致的,推荐使用sudo apt-get install python-dev python-pip python-kivy xdotool & ...
https://bbs.deepin.org/post/31734
谢谢。其实4种方法一开始就都用过了。用pip和easy_install安装都会报错:
ImportError: No module named ...
https://bbs.deepin.org/post/31734
0.1.3 如何自动更新到0.1.5
https://bbs.deepin.org/post/31734
命令:sudo easy_install --upgrade tickeys
Popular Events
More
简介
Tickeys是一款很强大的键盘音效软件。Tickeys 自带了四种声音效果方案,有打字机、冒泡、机械键盘、剑气等。每天都听着键盘声音是不是很烦闷,现在有了这款神器你就可以瞬间帮助自己的键盘加上逼格特效。
这个软件之前发布了Windows和Mac版,Tickeys 是由 Nozama 所做的一个 Mac 平台的开源小项目 (GitHub),Windows 版由黄飞实现。我使用了下,觉得挺有意思的,因此用Python写了个Linux版的。
Tickeys已经发布到PyPI上了,有PIP的可以直接通过pip install tickeys来安装,不过可能会存在依赖问题。
代码我放到Github上了,这是一个开源项目, 期待一起来改进: Tickeys-linux·Github
项目网站
http://www.yingdev.com/projects/tickeys
https://pypi.python.org/pypi/tickeys
https://github.com/BillBillBillBill/Tickeys-linux
Tickeys的Mac版本
https://github.com/yingDev/Tickeys
在不同发行版上可能会有因为文件的缺失或者环境不同导致无法使用,需要安装相关依赖。
下载编译好的程序运行
Debian and Ubuntu 用户则可以尝试安装:
* sudo apt-get install xdotool * sudo apt-get install libsdl1.2-dev* sudo apt-get install libsdl-mixer1.2* sudo apt-get install libsdl-ttf2.0
使用方法
通过 sudo tickeys 来打开Tickeys (sudo tickeys -c 打开CLI版本)
Tickeys 可以调整音量、音调以及四种音效,唤出设置页面的快捷键是 QAZ123。
软件界面
CLI:
GUI(旧):
GUI(新):
作者Huang Xiongbiao(https://bbs.deepin.org/module)
2015-10-13 version 0.2.0
1.打包成单独运行文件,制作了安装脚本,解决依赖问题
2.改为使用pyinstaller打包
2015-10-11 version 0.1.9
1.UI微调(字体,颜色等)
2015-10-10 version 0.1.8
1.修改了背景颜色,与mac版同步
2.同步了mac版的两款(Cherry)新音效
2015-09-05 version 0.1.7
1.增加了检查更新的功能
2015-08-31 version 0.1.6
1.实现将程序运行情况输出到log文件,以便调试 保存位置为/tmp/tickeys.log
2015-08-10 version 0.1.5
1.实现真正后台化,启动后会隐藏窗口
2.修改当前音效显示颜色
2015-08-10 version 0.1.4
1.打开程序后会出现气泡提醒
2015-08-04 version 0.1.3
1.修正因路径问题导致的配置无法正确显示的问题
2015-08-03 version 0.1.2
1.更新键盘检测方法(测试中)
2.增加配置自动保存功能
3.修改默认音效为mechanical
4.修改部分函数名称
2015-08-02 version 0.1.1a6
1.修改键盘检测方法,支持更多键盘类型(测试中)
2015-08-02 version 0.1.1a5
1.修改配色,使风格大致与mac版相同
2.修改布局,适应大小变化
3.加入开机自启动设置(测试中)
2015-07-31 version 0.1.0a4
1.加入changlog
2.修改setup,修改相关安装依赖