Skip to content

Commit

Permalink
Changed the config name for the "Create New Window" hotkey to be diff…
Browse files Browse the repository at this point in the history
…erent then the one with the confirmation dialog.
  • Loading branch information
tkatz77 committed Jul 10, 2019
1 parent 49afabb commit e241b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConEmu/HotkeyList.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ int ConEmuHotKeyList::AllocateHotkeys()
->SetHotKey('W',VK_LWIN,VK_SHIFT);
Add(vkMultiCmd, chk_User, NULL, L"Multi.CmdKey", CConEmuCtrl::key_MultiCmd)
->SetHotKey('X',VK_LWIN);
Add(vkMultiWnd, chk_User, NULL, L"Multi.NewWndConfirm", CConEmuCtrl::key_GuiMacro, false, L"Create(2)")
Add(vkMultiWnd, chk_User, NULL, L"Multi.NewWnd", CConEmuCtrl::key_GuiMacro, false, L"Create(2)")
;
Add(vkMultiWndConfirm,chk_User, NULL, L"Multi.NewWndConfirm", CConEmuCtrl::key_GuiMacro, false, L"Create(2,1)")
;
Expand Down

0 comments on commit e241b7e

Please sign in to comment.