Sorry. im so dumb !
I noticed the part you saying "keeping it windowed"
I did solved the problem.
The 2014 version need scale to "perfect" size and pos
left: -1360 | top: 0 | width: 2800 | height: 900 |
I think 2014 CC limited the resolution of photoshop.
if I change it to :
left: -1360 | top: 0 | width: 2801 | height: 900 |
When I restart it.
It will restore to native resolution.
***
But I still have one suggestion
Adobe can remove the limit of photoshop.
sometime ~ someone ~ need "borderless-like" workspace
***
So I useing follow close script for my photoshop now
*:: ;destruct
IfWinActive,ahk_class Photoshop
{WinMove,...nativeSP
WinClose,...focusin'
Exit
}
Launched photoshop then scale it to "perfectSP"
Thanks for your answering !