Upload files automatically without asking for confirmation.

I recently set up a SFTP connection to a remote host, on that host are PHP files hosted that i want to change. I correctly mapped this connection (i don't know why this is really necessary but when i did, my remote file view gets a green background, indicating things are fine).
After that i open the options window under Tools > Deployment > Options and there i see this settings:
Overwrite up-to-date-files [check]
Preserve file timestamps [check]
Prompt when overwriting or deleting local items [check]
Upload changed files automatically to the default server: Always
---
When i make a change in the file a little box pop up that says: This file has been modified. Upload?
(I can now use ALT SHIFT Q to upload or press a little icon).
How can i skip this step and directly upload this file on save? I try to change the upload setting to CMD+S, but that makes no different.
Please sign in to leave a comment.
> When i make a change in the file a little box pop up that says
You're most likely editing the file via opening Tools > Browse Remote Hosts > double click the file.
You should edit a local copy of that file instead.
Go to View > Tools Windows > Project and find there pages_en.php and edit it. Check if the behavior changes to expected.