You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,14 +89,14 @@ This option is exspecially useful in combination with batch mode (see below).
89
89
90
90
If **autosave mode** is enabled, the file to paste will directly be created and selected for renaming.
91
91
Otherwise, a dialog will prompt for filename and type.
92
-
By holding `SHIFT` when the program starts, the autosave mode setting can be temporarily inverted (show the dialog even though autosave is enabled, or skip the dialog even though autosave is disabled).
92
+
By holding `SHIFT` when the program starts, the autosave mode setting can be temporarily inverted (show the dialog even though autosave is enabled, or skip the dialog even though autosave is disabled).
93
93
When using the hotkey, use `WIN`+`ALT`+`SHIFT`+`V` accordingly.
94
94
When running Paste Into File from the start menu or tray, the dialog will always be shown.
95
95
96
96
The **filename template** can be edited from the UI or via command line (see [below](#template-format) for a description of the available formats).
97
97
98
98
A **folder template** can likewise be configured from the UI or via command line (see below).
99
-
When holding `CTRL` while the program starts, the file will be saved to a subdirectory according to the specified template. The hotkey becomes `WIN`+`ALT`+`CTRL`+`V` accordingly.
99
+
When holding `CTRL` while the program starts, the file will be saved to a subdirectory according to the specified template. The hotkey becomes `WIN`+`ALT`+`CTRL`+`V` accordingly[^hotkey_conflict_warning].
100
100
The folder template also accepts absolute paths, in which case the file is saved to the absolute path specified. This can be useful to have a quick way to save the file to a specific folder, such as a static "Clipboard Archive" or "Screenshots" folder.
101
101
102
102
The available **file extensions** depend on the formats available in the clipboard.
@@ -116,6 +116,10 @@ For example, when copying syntax highlighted HTML code snippets from a browser,
116
116
using `html` will cause the html-formatted text to be saved,
117
117
while using `.html` will save the plain text.
118
118
119
+
[^hotkey_conflict_warning]: Note that PasteIntoFile will not work if other applications use the same hotkey.
120
+
For example, `WIN`+`ALT`+`CTRL`+`V` is also used by Microsoft PowerToys for their "Paste as plain text" feature by default.
121
+
If you want to use this hotkey for PasteIntoFile, you first have to disable or change it in the other application and then restart PasteIntoFile.
0 commit comments