mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
FEATURE-1110: A first step in enabling a hotkey for opening the clipboard contents in the editor. This is not visible nor configurable in the UI, but needs to be configured in the greenshot.ini, by specifying ClipboardHotkey=<hotkey>
This commit is contained in:
parent
3adf9e9a51
commit
20e59ddd1c
4 changed files with 42 additions and 14 deletions
|
@ -74,6 +74,9 @@ namespace GreenshotPlugin.Core {
|
|||
public string LastregionHotkey { get; set; }
|
||||
[IniProperty("IEHotkey", Description="Hotkey for starting the IE capture", DefaultValue="Shift + Ctrl + PrintScreen")]
|
||||
public string IEHotkey { get; set; }
|
||||
|
||||
[IniProperty("ClipboardHotkey", Description = "Hotkey for opening the clipboard contents into the editor")]
|
||||
public string ClipboardHotkey { get; set; }
|
||||
|
||||
[IniProperty("IsFirstLaunch", Description="Is this the first time launch?", DefaultValue="true")]
|
||||
public bool IsFirstLaunch { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue