Skip to content

Commit e241b7e

Browse files
committed
Changed the config name for the "Create New Window" hotkey to be different then the one with the confirmation dialog.
1 parent 49afabb commit e241b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConEmu/HotkeyList.cpp

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ int ConEmuHotKeyList::AllocateHotkeys()
247247
->SetHotKey('W',VK_LWIN,VK_SHIFT);
248248
Add(vkMultiCmd, chk_User, NULL, L"Multi.CmdKey", CConEmuCtrl::key_MultiCmd)
249249
->SetHotKey('X',VK_LWIN);
250-
Add(vkMultiWnd, chk_User, NULL, L"Multi.NewWndConfirm", CConEmuCtrl::key_GuiMacro, false, L"Create(2)")
250+
Add(vkMultiWnd, chk_User, NULL, L"Multi.NewWnd", CConEmuCtrl::key_GuiMacro, false, L"Create(2)")
251251
;
252252
Add(vkMultiWndConfirm,chk_User, NULL, L"Multi.NewWndConfirm", CConEmuCtrl::key_GuiMacro, false, L"Create(2,1)")
253253
;

0 commit comments

Comments
 (0)