mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Fixed a problem that the hotkeys were always disabled in the setting form, also allowing "esc" now to cancel the form. Fixed a problem in the SaveDestination, this didn't "honor" the supplied filename. Added a configuration setting (not yet in the settings form) which can be used to disable overwriting, a SaveAs dialog will be shown instead.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1912 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
b3a3c1da4e
commit
292160b793
5 changed files with 75 additions and 29 deletions
|
@ -62,7 +62,7 @@ namespace Greenshot {
|
|||
try {
|
||||
switch (keyData) {
|
||||
case Keys.Escape:
|
||||
DialogResult = DialogResult.OK;
|
||||
DialogResult = DialogResult.Cancel;
|
||||
break;
|
||||
case Keys.E:
|
||||
MessageBox.Show(EnvironmentInfo.EnvironmentToString(true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue