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:
@@ -30,9 +30,9 @@ enum AutoTypeActionType{
|
||||
};
|
||||
|
||||
struct AutoTypeAction{
|
||||
AutoTypeAction(AutoTypeActionType t, quint16 d);
|
||||
AutoTypeAction(AutoTypeActionType t, KeySym d);
|
||||
AutoTypeActionType type;
|
||||
quint16 data;
|
||||
KeySym data;
|
||||
};
|
||||
|
||||
class AutoTypeX11 : public AutoType {
|
||||
|
||||
Reference in New Issue
Block a user