Is there a key that I can use to stop the Dock from appearing when hidden?
I'm working in fullscreen and sometimes I'm working on an image and need to go right to the edge of the screen. The Dock is always hidden, but is there anything I can do to prevent it from popping open. Honestly I hardly ever use the Dock except to move things to the Trash. For me the Dock is more an annoyance than a help. I'd love if there was a keychord like ⇧ ⌥ that I could hold with one hand and would let me stop the Dock from appearing when I have to. Is there anything like that at all? I found a way with Terminal
defaults write com.apple.Dock autohide-delay -float 5 && killall Dock
that let's you keep the Dock hidden for a time. That kills the Dock opening, but it's a one time use. I'd have to re-enter the Terminal command every time I used the Dock or touched the screen edge where it is. I don't know how to script it to be a permanent function.
Thanks very much for any help.