Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QQ的截图快捷键不起作用 #5

Open
githaw opened this issue Apr 23, 2018 · 5 comments
Open

QQ的截图快捷键不起作用 #5

githaw opened this issue Apr 23, 2018 · 5 comments

Comments

@githaw
Copy link

githaw commented Apr 23, 2018

QQ自带的截图快捷键Shift+Alt+A不起作用,应该如何添加或设置?

@mzz2017
Copy link

mzz2017 commented Apr 23, 2018

不是ctrl+alt+a吗

@githaw
Copy link
Author

githaw commented Apr 24, 2018

也不行,fn+ctrl+a,fn+alt+a,ctrl+alt+a这些都试过了
网上关于wine应用绑定快捷键的资料太少了

@top-bettercode
Copy link
Owner

直接QQ里设置快捷键就可以了,如果不行可能是快捷键冲突,换其他按键组合试试

tim 20180411140205

@githaw
Copy link
Author

githaw commented Apr 25, 2018

已更改过很多热键了,都不行,我的系统是ubuntu17.10
docker的版本是18.03.0-ce

@missuor
Copy link

missuor commented May 1, 2021

QQ界面处于前台的时候快捷键是有用的,当QQ最小化到托盘里面去了后需要通过容器里面装xdotool,然后通过docker在容器里面执行命令
xdotool key --window $(xdotool search --limit 1 --all --pid $(pgrep QQ.exe)) "ctrl+alt+A"
上面的是一个可行的思路。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants