Google has announced long-omitted support for using keyboard shortcuts to cut, copy, and paste files in Google Drive on the web – but only if you're accessing the service through its Chrome browser.
In what may come as a surprise to some, Google Drive on the web has never offered access to clipboard functions, despite providing keyboard shortcuts to perform several actions on selected items.
The new support for ⌘ + C (or Ctrl + C on PC), ⌘ + X, and ⌘ + V to copy, cut and paste Google Drive files should save users time by allowing them to copy one or more files and move them to new locations in Drive – and across multiple Chrome tabs – with fewer clicks.
Google says a link to the file and its title is now captured when copying a file, which allows users to paste them into a document or an email. In addition, copying a file and pressing ⌘ + Shift + V key creates shortcuts for organizing files in multiple locations without necessarily creating duplicate files.
Lastly, Chrome users can now open files or folders in a new tab using ⌘ + Enter, which should make it easier to view multiple files at once, or use different tabs to more easily organize files between two different folder locations.
Earlier this month, Google Docs gained an additional new feature that allows users to select multiple sections of text and apply actions such as delete, copy, paste, or format to all selections at the same time.
The first iOS 19 beta is just one month away, and there are already many new features and changes that are expected with it.
Apple should seed the first iOS 19 beta to developers immediately following the WWDC 2025 keynote, which is scheduled for Monday, June 9. Following beta testing, the update should be released to the general public in September.
Below, we recap the key iOS 19 rumors...
Apple's upcoming foldable iPhone will feature a new type of display panel developed by Samsung that has never been used in a foldable product, claims a source with links to Apple's supply chain.
According to the account yeux1122 on the Korean Naver blog, the foldable iPhone will use a custom display process for which Apple will hold branding trademark rights, and that meets Apple's stringent ...
Apple today seeded the release candidate version of iOS 18.5 to developers and public beta testers, giving us a look at the final version of the update that will be provided to the public next week.
With the release candidate, Apple provided release notes, so we have a more complete look at the new features that are included in the update, including those that weren't found during the beta...
If you owned a Siri-compatible device and had an accidental Siri activation between September 17, 2014 and December 31, 2024, you could be eligible for a payment from Apple as part of a class action lawsuit settlement.
Apple in January agreed to pay $95 million to settle a class action lawsuit involving Siri spying accusations, and a website to distribute the funds has now been set up and...
Apple acquired Canadian startup Mayday Labs in April 2024, according to a European Commission listing, spotted by French blog MacGeneration. The acquisition had not received widespread attention from tech publications until now.
Apple is legally required to report certain acquisitions to the European Commission, under the terms of the EU's Digital Markets Act.
Mayday Labs founder Jeremy...
As promised, Epic Games today submitted Fortnite to the U.S. App Store, and if approved by Apple, it will mark the first time that the Fortnite app has been available in the United States since 2020.
Fortnite will include options to purchase in-app currency from the web rather than through in-app purchase, which is what got the game banned to begin with. This time, though, Apple has been...
Apple is working on versions of the AirPods and Apple Watch that incorporate a camera, and the devices could be ready to launch sometime around 2027, reports Bloomberg.
Apple has developed a chip codenamed "Nevis" that will be used for its camera-equipped Apple Watch, while a chip codenamed "Glennie" will be incorporated into the AirPods. Apple is aiming to have the chips ready "by around...
As a web dev, this isn't quite as trivial as you think. I suspect this is a "work around" to tab sandboxing.
Each tab has its own process and memory, and they won't be able to access and / or modify each others content. So when you did cmd+c on one tab, the other wouldn't be "aware" of the content that has been "copied". Google have probably added a feature to Chrome that will listen for this behaviour, then pass it between the sandboxed processes safely.
I suppose they could pass the information back to the server and then have it retrieved on a polling basis, but that would be extra load on infrastructure, and wouldn't work offline.
Just even more evidence that Google Chrome is the new IE 6.