ConEmu switch between tabs with PuTTY tab open

14

6

When I open new PuTTY tab inside ConEmu Ctrl+Tab / Ctrl+Shift+Tab keyboard shortcuts are unusable once that PuTTY tab gains focus.

Is there any way to fix this?

I might be missing something obvious as I have been only using ConEmu for two days and I'm still trying to understand all configuration options..

krcko

Posted 2013-02-22T14:40:10.497

Reputation: 243

Do you mind coming and accepting the answer given by Drew S? It is a straight solution without workarounds.

– UnclickableCharacter – 2017-02-19T21:27:53.327

Answers

15

When you run or attach any GUI application in ConEmu tabs – all keyboard input (read focus) passed to this child GUI application.

That's why Ctrl+Tab doesn't work in your case – it is processed by PuTTY but not ConEmu.

But there is a way.

Solution 1

If you have enabled option "Install keyboard hooks" on "Controls" settings page, hotkeys with the Win modifier are still working!  Even the focus is inside child GUI application.  By default you may use Win+Q and Win+Shift+Q to switch tabs. These hotkeys are defined on the "Keys & Macro" Settings page.

Solution 2

Go to "Keys & Macro" page, find row with "Set focus to ConEmu" description and choose hotkey, Win+BackSpace for example. Please note that some key-combos may not work – Windows captures many combos.

So you can press Win+BackSpace while keyboard focus is in PuTTY and after that Ctrl+Tab must work. You can try this with Notepad – keyboard focus will be more obvious.

Maximus

Posted 2013-02-22T14:40:10.497

Reputation: 19 395

Thanks, Win+Backspace combination is a nice workaround. And btw I'm on Windows 8 which maps Win+Q to Search Apps action so I'm unable to use special keys.. – krcko – 2013-02-22T16:25:00.553

3You need to "Install keyboard hooks" on "Controls" page to make Win+Q working. – Maximus – 2013-02-22T18:10:11.343

I have "Install keyboard hooks" enabled, but I've disabled Win+Tab and Win+Numbers, as I use them a lot.

I don't see Win+Q option though.. (I'm using 130220 x64 build). – krcko – 2013-02-22T19:22:38.960

Win+Q works for me on Windows 8 – Pavel Machyniak – 2014-06-03T08:38:04.823

Yep, Win+Q was already described. But I rewrite answer to make it more obvious. – Maximus – 2014-06-03T12:50:09.917

8

I found a way for this to work with Ctl+Tab.

Turns out I had Settings > Integration > Children GUI > 'Focus on child windows' checked. When I unchecked this option, I can now Ctl+Tab and Ctl+Shift+Tab insdie PuTTY

:D

Drew S

Posted 2013-02-22T14:40:10.497

Reputation: 335