Method |
Description |
|
ActivateKeyModifiers ( List vKeys, bool bDown ) : void |
|
|
AddKeyModifierIfSet ( List lList, int vKey ) : void |
|
|
EnsureSameKeyboardLayout ( KeePass.Util.SendInputExt.SiWindowInfo swi ) : void |
|
|
GetActiveKeyModifiers ( ) : List |
|
|
GetKeyEventFlags ( int vKey, bool bExtKey, bool bDown ) : uint |
|
|
GetProcessName ( Process p ) : string |
|
|
GetSendMethod ( KeePass.Util.SendInputExt.SiWindowInfo swi ) : SiSendMethod |
|
|
GetWindowInfo ( IntPtr hWnd ) : KeePass.Util.SendInputExt.SiWindowInfo |
|
|
InitForEnv ( ) : void |
|
|
InitProcessSendMethods ( ) : void |
|
|
IsExtendedKeyEx ( int vKey ) : bool |
|
|
IsKeyActive ( int vKey ) : bool |
|
|
PrepareSend ( ) : KeePass.Util.SendInputExt.SiWindowInfo |
|
|
ProcessNameMatches ( string strUnk, string strPattern ) : bool |
|
|
ReleaseModifiers ( bool bWithSpecial ) : int |
|
|
SendCharNative ( char ch, bool bDown ) : bool |
|
|
SendVKeyNative ( int vKey, bool bExtKey, bool bDown ) : bool |
|
|
SendVKeyNative32 ( int vKey, bool bExtKey, char optUnicodeChar, bool bDown ) : bool |
|
|
SendVKeyNative64 ( int vKey, bool bExtKey, char optUnicodeChar, bool bDown ) : bool |
|
|
SetKeyModifierImplEx ( Keys kMod, bool bDown, bool bRAlt ) : void |
|
|
SpecialReleaseModifiers ( List vKeys ) : void |
|
|
TrySendCharByKeypresses ( char ch, bool bDown, KeePass.Util.SendInputExt.SiWindowInfo swi ) : bool |
|
|