Skip to main content
grauenwölfe
Inspiring
December 31, 2015
Open for Voting

Photoshop: Add "Fill Screen" to customizable shortcuts list

  • December 31, 2015
  • 11 replies
  • 449 views
Don't know why it's not in there but would be good to have. The only way to do this is to click Zoom tool and then click the little "Fill Screen" button at the top. Can you add it to the Ketboard Shortcut list?

11 replies

David Mohr
Participating Frequently
July 13, 2018
The Feature Request is still open.  There are a LOT of improvements in the pipe.  User stories explaining why this change is important are very helpful in prioritizing such improvements.

Thanks,
David
Legend
May 31, 2018
This may not be exactly what you want but it works, this will zoom the active document to 100%, filling the screen. Save it with a .jsx extension and add it to Photoshop scripts, then call it from an action that you assign a key command too.

#target Photoshop

main();

function main(){
app.preferences.keyboardZoomResizesWindows = true;
runMenuItem(stringIDToTypeID('actualPixels'));
app.preferences.keyboardZoomResizesWindows = false;
return;
}
ultrachrome
Inspiring
May 31, 2018
Yes...please add this shortcut! It would also be nice to have somehow with that shortcut the option to align top, bottom or center.
Inspiring
January 15, 2018
This may not be the answer for everyone, but if for wallpaper purposes I need an image to fill screen, I open it in Adobe Acrobat by selecting "All Files"  cmd/ctrl L for full screen, cmd/ctrl 2 for Fit width. then scroll up and down to frame the image exactly where I want and take a full screen shot (cmd + shift + 3 on the Mac).
Inspiring
March 5, 2017
Is there more information about the status of the feature request? 
Inspiring
February 23, 2017
I'll add my vote to this. One thing to consider is having it work in Full Screen mode to where the image works like Fit Width in Acrobat. I'm thinking the collapsed panels and Toolbox might stop that short.
grauenwölfe
Inspiring
January 12, 2016
Hey David, good news about the feature request. Thanks for doing that.
David Mohr
Participating Frequently
January 11, 2016
Howdy Michael,

Sorry.  I was out sick.  I'm back now...

Now that I better understand your question, yes, unfortunately as Fill Screen is not a menu command and there's no equivalent menu item, you cannot set a keyboard shortcut for it.

For what it's worth, I have used your comment to create a feature request and spoken to some folks about it.  Hopefully, this will get implemented.

Thanks,
David
grauenwölfe
Inspiring
January 11, 2016
David...where'd you go

Am I just S.O.L. on finding a way to shortcut this command?
grauenwölfe
Inspiring
January 9, 2016
Hey there David, sorry if I wasn't clear enough. My request is to have it added as an entry under "Edit » Keyboard Shortcuts..." because it isn't not listed there at all so right now there's no way to make a shortcut.



I have only found "Fill Screen" as an option when the Zoom Tool is active. Selecting the Zoom Tool, then clicking a little button in the Options Bar.



Unless there is some unknown way to manually create a shortcut entry from scratch, I don't see anyway possible to make it a shortcut.

Thanks again David, let me know if I'm right or if I've been missing something.