Improved Auto-Typing: ability to type all unicode characters (finally)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@244 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -32,7 +32,7 @@ void initAutoType(KeepassMainWindow* mainWin) {
|
||||
}
|
||||
#endif
|
||||
|
||||
AutoTypeAction::AutoTypeAction(AutoTypeActionType t, quint16 d) : type(t), data(d){
|
||||
AutoTypeAction::AutoTypeAction(AutoTypeActionType t, KeySym d) : type(t), data(d){
|
||||
}
|
||||
|
||||
bool AutoTypeX11::error_detected = false;
|
||||
|
||||
Reference in New Issue
Block a user