我有一个连接到蓝牙的WacomPTK-540 is (Intuos4),除了按钮配置之外,一切都很正常。
现在,我正在运行一个脚本,如:
#!/bin/bash
xsetwacom --set "Wacom Intuos4 WL Pad pad" Button 2 "key ctrl z"
xsetwacom --set "Wacom Intuos4 WL Pad pad" Button 3 "key ctrl y"
xsetwacom --set "Wacom Intuos4 WL Pad pad" Button 10 "key +shift"
xsetwacom --set "Wacom Intuos4 WL Pad pad" Button 11 "key +ctrl"
xsetwacom --set "Wacom Intuos4 WL Pad pad" Button 12 "key +alt"
xsetwacom --set "Wacom Intuos4 WL Pad pad" Button 13 "key +space"当tablet断开/时间是按钮配置重置时。
我想在每次平板电脑连接到蓝牙时设置按钮.同样,当平板电脑超时时,我需要再次打开平板电脑。
有什么建议吗?
发布于 2015-12-01 07:53:35
检查您在Dash->Wacom Tablet,Map按钮中没有设置键.据我所知,这个方法和xsetwacom不能一起工作。
此外,我还使用脚本来检测当前的应用程序和安装wacom config:https://github.com/flyasky/wacom-profile-switcher。
https://askubuntu.com/questions/686600
复制相似问题