In the world of desktop usability, it’s often the small, persistent annoyances—known as “papercuts”—that can cause the most friction for users. For years, GNOME’s Nautilus file manager has had one such papercut: an inconsistent implementation of copy and paste shortcuts. While Ctrl+C and Ctrl+V worked as expected for files, the classic Ctrl+Insert and Shift+Insert shortcuts, a standard in computing for decades, were conspicuously absent.
That long-standing inconsistency is finally being resolved. As highlighted in the latest “This Week in GNOME” developer update, a patch has been merged to Nautilus adds Ctrl+Insert Shift+Insert support for file operations, bringing the file manager in line with countless other applications and desktop environments.
The Decades-Old Inconsistency
The problem was a curious one. The Ctrl+Insert (Copy) and Shift+Insert (Paste) shortcuts did work in Nautilus, but only in the location bar. If a user tried to use this muscle-memory-engrained shortcut to copy a file or folder in the main window, nothing would happen. This created a jarring and inconsistent experience, especially for users switching between applications.
These shortcuts are part of the CUA (Common User Access) standard, first introduced by IBM in the 1980s. They became a fundamental part of graphical user interfaces, including Windows, OS/2, and virtually all text editors, terminal emulators, and web browsers.
Their absence in Nautilus’s main view was a frequent point of frustration for users accustomed to this standard, making the file manager feel out of step with not only competing desktops like KDE Plasma (Dolphin) and XFce (Thunar) but also with other applications within the GNOME ecosystem itself.
Why This “Retro” Shortcut Still Matters
While some may see this as a minor addition, the merge is a significant quality-of-life improvement for several key user groups. The new implementation ensures that GNOME file manager consistency is no longer broken for users who rely on these specific keybindings.
Users with Specific Keyboards
Many laptops and external ergonomic keyboards feature dedicated “Copy” and “Paste” keys. These keys often don’t send Ctrl+C and Ctrl+V signals; instead, they typically emit the Ctrl+Insert and Shift+Insert key combinations. Until now, these keys were effectively broken within Nautilus, forcing users to revert to the standard Ctrl keys and defeating the purpose of their hardware.
2. Developers and Power Users
Users who spend their day switching between a terminal and a file manager often live by the keyboard. While many modern terminals (like GNOME Terminal) use Ctrl+Shift+C and Ctrl+Shift+V to avoid conflicting with shell commands, Shift+Insert is a near-universal shortcut for pasting in the terminal, stemming from its X11 roots. This created a disconnect where users might copy a file path from Nautilus, but their pasting muscle memory from the terminal (Shift+Insert) would fail them.
3. Left-Handed Users and Ergonomics
As noted in community discussions, this change is also a win for ergonomics, particularly for left-handed users. A user operating a mouse with their left hand can comfortably keep their right hand on the right side of the keyboard, where the Insert and Delete keys are typically located. This makes a right-hand Shift+Insert combination more natural than the left-hand-centric Ctrl+V.
A Small Tweak with a Big Impact
This merge is a perfect example of addressing long-standing “papercut” bugs that, while not critical, significantly impact the day-to-day user experience. The change also comes with another minor, but related, usability tweak: the standard Ctrl+V shortcut is now also visibly listed in the context menu, further improving clarity for new users.
This update, which was merged into the main development branch, is expected to land in a future release of GNOME. It’s a small patch that fixes a decades-old omission, but for the users who have been waiting for it, it’s a welcome sign that GNOME is continuing to listen and refine its core user experience.
You may also read:
Conclusion
While the addition of Ctrl+Insert and Shift+Insert shortcuts may not be a headline-grabbing feature, it is a crucial fix for usability, consistency, and accessibility. It demonstrates an understanding that a smooth user experience is built on respecting deeply ingrained standards and muscle memory.
This change finally aligns Nautilus with the behavior of other GTK applications, web browsers, and competing file managers, ensuring that no matter which copy/paste shortcut a user prefers, it now “just works.”
What are your thoughts on this long-overdue fix? Are there other “papercut” issues in Nautilus you’d like to see addressed? Let us know in the comments below.

