The Computer Oracle

Is there a keyboard shortcut to show/hide the side panel?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle2

--

Chapters
00:00 Is There A Keyboard Shortcut To Show/Hide The Side Panel?
00:14 Accepted Answer Score 11
00:48 Answer 2 Score 1
01:05 Answer 3 Score 4
01:13 Thank you

--

Full question
https://superuser.com/questions/1730031/...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#googlechrome

#avk47



ACCEPTED ANSWER

Score 11


I found that Chrome keyboard shortcuts listed "Set focus on the rightmost item in the Chrome toolbar" as F10. In my toolbar the side panel button is 3rd from the right, so I would follow with Left Left Space to open the side panel. In your case, there may be more or fewer items on the right side.

You could then use some key mapping tool, I'm not familiar with the options on all platforms, but you could map some key combination to "F10 Left Left Space" or whatever. I personally used xdotool on Linux but there are probably good options for Windows and Mac as well.




ANSWER 2

Score 4


Use autohotkey to create a shortcut which only works for Chrome like this:

#If WinActive("ahk_exe chrome.exe") 
F2::Send {F10}{Left}{Left}{Space}
#If



ANSWER 3

Score 1


Just to add on to Superloach's answer (which sounds like the best option for this right now), I'm on a Chromebook and to get to F10 I hold the Search button and the 10th button on the top row (not counting esc), which for me is the volume up button.