Home
last modified time | relevance | path

Searched refs:HotKeyShowWindow (Results 1 – 5 of 5) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/App/Configuration/
H A DAceIntegration.cs62 public long HotKeyShowWindow property in KeePass.App.Configuration.AceIntegration
H A DAppConfigEx.cs334 aceInt.HotKeyShowWindow = (long)Keys.None; in OnLoad()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DOptionsForm.cs597 Keys kSW = (Keys)Program.Config.Integration.HotKeyShowWindow; in LoadIntegrationOptions()
851 Program.Config.Integration.HotKeyShowWindow = (long)kNew; in ChangeHotKey()
H A DMainForm.cs481 (Keys)Program.Config.Integration.HotKeyShowWindow); in OnFormLoad()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/XmlSerialization/
H A DXmlSerializerEx.Gen.cs884 o.HotKeyShowWindow = ReadInt64(xr); in ReadAceIntegration()