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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ choco install pasteintofile
31
31

32
32
33
33
### Combination Key Usage
34
-
* To create a file automatically (without a windows prompt), hold **CTRL** key while choosing **[Paste Into File]** in the context menu.
35
-
* To create the file in a default sub folder under the current directory, hold **SHIFT** key while choosing **[Paste Into File]** in the context menu.
34
+
* To create a file automatically (without a windows prompt), hold **SHIFT** key while choosing **[Paste Into File]** in the context menu.
35
+
* To create the file in a default sub folder under the current directory, hold **CTRL** key while choosing **[Paste Into File]** in the context menu.
36
36
* Holding both keys (**CTRL+SHIFT**) while choosing **[Paste Into File]** will create the text file automatically in the default sub folder associated with the file type.
37
37
* The default sub folder for a text file is Text, and the default folder for an image file is Image.
38
38
* The default sub folders can be changed using command line options. See Configuration section for details.
0 commit comments