Browse Source

removed escape-escape default to force close window, didn't like escape being delayed

sabrogden 6 years ago
parent
commit
579a05a6f7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      ActionEnums.cpp

+ 0 - 2
ActionEnums.cpp

@@ -489,8 +489,6 @@ int ActionEnums::GetDefaultShortCutKeyB(ActionEnumValues value, int pos)
 	case 0:
 		switch (value)
 		{
-		case FORCE_CLOSE_WINDOW:
-			return VK_ESCAPE;
 		}
 		break;
 	}