Skip to content

Commit c8cebb9

Browse files
asuiuMaximus5
authored andcommitted
Added Ctrl+Shift+M default hotkey for Switch Terminal Input Mode
1 parent c5bf0fc commit c8cebb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ConEmu/HotkeyList.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ int ConEmuHotKeyList::AllocateHotkeys()
311311
.SetHotKey(VK_PAUSE);
312312
Add(vkMultiBuffer, chk_User, L"Multi.Scroll", CConEmuCtrl::key_MultiBuffer)
313313
;
314-
Add(vkSwitchTermMode, chk_User, L"Multi.SwitchTermMode", CConEmuCtrl::key_SwitchTermMode)
315-
;
314+
Add(vkSwitchTermMode, chk_User, L"Multi.SwitchTermMode", CConEmuCtrl::key_SwitchTermMode)
315+
.SetHotKey('M',VK_CONTROL,VK_SHIFT);
316316
Add(vkMultiGroup, chk_User, L"Multi.GroupInput" ).SetMacro(L"GroupInput(0)")
317317
.SetHotKey('G', VK_APPS);
318318
Add(vkMultiGroupAll, chk_User, L"Multi.GroupInputAll" ).SetMacro(L"GroupInput(3)")

src/ConEmu/resource.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@
13521352
#define stStartupShellGeneral 3110
13531353
#define tFarHourglass 3111
13541354
#define vkSetFocusParent 3212
1355-
#define vkSwitchTermMode 4321
1355+
#define vkSwitchTermMode 3220
13561356
#define IDC_STATIC -1
13571357

13581358
// Next default values for new objects

0 commit comments

Comments
 (0)