Ejemplo n.º 1
0
 public PowerLauncherProperties()
 {
     OpenPowerLauncher            = new HotkeySettings();
     OpenFileLocation             = new HotkeySettings();
     CopyPathLocation             = new HotkeySettings();
     OpenConsole                  = new HotkeySettings();
     SearchResultPreference       = "most_recently_used";
     SearchTypePreference         = "application_name";
     IgnoreHotkeysInFullscreen    = false;
     DisableDriveDetectionWarning = false;
     ClearInputOnLaunch           = false;
 }
Ejemplo n.º 2
0
 public KeyboardKeysProperty(HotkeySettings hkSettings)
 {
     Value = hkSettings;
 }
Ejemplo n.º 3
0
 public KeyboardKeysProperty()
 {
     Value = new HotkeySettings();
 }
Ejemplo n.º 4
0
 public ColorPickerProperties()
 {
     ActivationShortcut = new HotkeySettings(true, false, false, true, 0x43);
     ChangeCursor       = false;
 }
Ejemplo n.º 5
0
 public ColorPickerProperties()
 {
     ActivationShortcut = new HotkeySettings(false, true, false, false, "Break", 3);
     ChangeCursor       = true;
 }
Ejemplo n.º 6
0
 public KeyBoardKeysProperty(HotkeySettings hkSettings)
 {
     this.Value = hkSettings;
 }