瀏覽代碼

Oops, Ctrl+E is already taken, use Ctrl+G instead.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@838 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 年之前
父節點
當前提交
4e26198437
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MainUnit.pas

+ 1 - 1
MainUnit.pas

@@ -5043,7 +5043,7 @@ begin
 			TransferTarget := ttVTI;
 		SavePreferences;
 		UpdateDebugSettings;
-	end else if ((Key = vk_Tab) or (Key = Ord('E'))) and (Shift = [ssCtrl]) then begin
+	end else if ((Key = vk_Tab) or (Key = Ord('G'))) and (Shift = [ssCtrl]) then begin
 		NewSelection := ProjectTree.Selected;
 		if Assigned (NewSelection) then begin
 			repeat