What's keymap to focus 'Annotate' window
Answered
Annotate action makes new window (I'm not sure it's window because it looks different from other project, debugger windows..) next to code window, so how to focus the annotation window from code window using keymap?
Also is there any way to switch focus between several windows? I used Alt+1 <-> ESC, but want to Ctrl-left <-> Ctrl-right for every windows.
Thank you!
Please sign in to leave a comment.
What "Annotate" action you mean? Is it "VCS | Git | Annotate" (https://i.imgur.com/kMM4NMd.png)? May you show the screenshot?
Yes, right. That's exactly what I'm saying.
May I know why you need to focus it? What is the scenario?
Operations with annotated line could be invoked via Ctrl+V: https://i.imgur.com/TIkfEGq.png in "VCS Operations" popup
To open window `Paths Affected in Revision` which is available when I clicked the specific commit. Basically I just want to know focusing window without mouse.
Here it is https://i.imgur.com/ugNOETV.png in "VCS Operations" popup (Ctrl+V)
I mean this window. This window appeared when I clicked specific commit in annotate window.
Please try my suggestion. It invokes exactly that window.
Oh I did not notice 'Show affected file' in submenu. Thank you for being patient and teaching me well. My problem is solved.