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

Hotkey is invalid on ubuntu18.04 #93

Open
swkee opened this issue Nov 17, 2023 · 0 comments
Open

Hotkey is invalid on ubuntu18.04 #93

swkee opened this issue Nov 17, 2023 · 0 comments

Comments

@swkee
Copy link

swkee commented Nov 17, 2023

QHotkey version:1.5.0 on ubuntu 18.04, qt5.15.8
1,Compiling project, unable to display app。 then modify code <qhotkey_x11.cpp> as below:
......
Display *display = QX11Info::display();
if(display ){
display = XOpenDisplay(NULL);
}
after that, i can run the app, but shortcut didn't work.

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

1 participant