Dynamically calculate modifier value of alt, altgr and meta/win
Added nostrip qmake option git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@246 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -39,7 +39,7 @@ bool AutoTypeX11::error_detected = false;
|
||||
|
||||
AutoTypeX11::AutoTypeX11(KeepassMainWindow* mainWin) {
|
||||
this->mainWin = mainWin;
|
||||
dpy = mainWin->x11Info().display();
|
||||
dpy = QX11Info::display();
|
||||
|
||||
keysym_table = NULL;
|
||||
alt_mask = 0;
|
||||
|
||||
Reference in New Issue
Block a user