NullVoider's picture
Add the Memory Archive corpus: 101 annotated GUI/terminal sessions
60a7ab2 verified
|
Raw
History Blame Contribute Delete
3.76 kB

Memory: explorer-new-folder-desktop-2

Overview

Create a named folder on the desktop using the keyboard's new-folder shortcut. Use this when a container is wanted on the desktop and the pointer is needed only to give the desktop focus. The shortcut creates the folder already in rename mode, so the name is typed straight in and committed with Return. The recorded trace leaves a folder named Archive on the desktop.

Prerequisites

  • A desktop environment with a file manager, or a shell.
  • A destination that exists and is writable, and that is the active target when the creation command is issued. The keyboard route creates the folder inside whatever container currently has focus, which is not always the one on screen.
  • The folder's name decided in advance, including capitalisation.
  • No existing folder of that name at the destination. Creating over one is refused by the shell and quietly turned into a differently-named folder by the file manager.
  • For the desktop specifically: the desktop reachable as a container. It behaves as a folder for this purpose, but only when no window is in front of it holding focus.

Steps

Step 1 — Left-click at (900, 600)

The task is to create a folder on the Desktop and name it Archive, using the keyboard only, so the Desktop has to be the focused surface before the shortcut is sent. Move the cursor and Left-click an empty area of the desktop wallpaper, clear of every icon. The keyboard shortcut that follows creates its folder wherever the input focus currently is; clicking bare wallpaper focuses the desktop without selecting anything, where clicking an icon would have selected it instead.

Step 1

Step 2 — Press: Ctrl+Shift+N

Press Ctrl+Shift+N to create a new folder on the desktop. It appears immediately with its default name selected for editing, which is what makes naming it the next action rather than a separate rename.

Step 2

Step 3 — Type: Archive

Type Archive to name the folder. The typing replaces the default name rather than appending to it, because that name is selected the moment the folder is created.

Step 3

Step 4 — Press: Enter

After typing Archive Press Enter to commit the name. The folder appears at the foot of the desktop's icon column, highlighted as the selected item, which confirms it exists and is named.

Step 4

Notes & Edge Cases

  1. The shortcut creates the folder inside whatever container currently has focus. With a file-manager window in front, that window is the target and nothing appears on the desktop at all — confirm the desktop itself is focused before pressing anything.
  2. The click on empty desktop exists only to give the desktop focus. It selects nothing and produces no visible change, which makes it look skippable; it is not.
  3. The new folder arrives already in rename mode with its default name selected, so typing replaces it and the confirming key commits. Clicking in between commits the default name and sends the typed characters elsewhere.
  4. The confirming key commits the name and the cancel key reverts to the default one. Neither undoes the creation, so an abandoned attempt still leaves a folder behind.
  5. A name already in use is not refused. A differently-named folder is created silently rather than a collision being reported.
  6. Capitalisation is part of the name, and nothing normalises it afterwards.
  7. Nothing confirms the folder was made except the folder appearing. There is no dialog and no message, so the desktop's contents are the only evidence.