惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
量子位
Recent Announcements
Recent Announcements
T
The Blog of Author Tim Ferriss
美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
博客园 - 聂微东
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
U
Unit 42
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
L
LangChain Blog

Latest from Tom's Hardware

YMTC Our experts review your astonishing PC builds and setups in Rig Rundown — from wall-mounted setups to a system… News outlets are blocking Wayback Machine from archiving their pages — 23 outlets concerned AI companies might abuse fair use and use it to train their models Mark Zuckerberg reportedly working on AI clone of himself — Meta insiders claim 3D photoreal animated Zuck will be able to engage with employees on his behalf Score a massive $700 off this 4K-ready Lenovo gaming PC with an RTX 5070 Ti, now just $1,899 — epic Legion Tower 5i pre-built ships with a 20-core Intel CPU, 32GB DDR5 and a 2TB SSD Pay $1,349.99 for Gigabyte's Aero X16 laptop and save $300 on this 32GB beast with RTX 5070 graphics —… Veteran Windows dev shows off AI running on 47-year-old PDP11 with 6 MHz CPU and 64KB of RAM — 'gloriously absurd' project runs transformer model written in PDP-11 assembly language Half of all US employees now use artificial intelligence at work, crossing landmark threshold for first time — Gallup data shows daily and weekly usage hitting all-time high of 28% in Q1 2026, with 65% feeling positive about its impact on productivity China has spent 3.6 times more than the US on chipmaking subsidies over the past decade — $142 billion and counting, easily outweighs CHIPS Act FAA approves military use of drone-killing laser weapons in US airspace — decision comes after it was decided ‘systems do not present an increased risk to the flying public’ Nvidia says AI cuts 10-month, eight-engineer GPU design task to overnight job — company is still 'a long way' from AI designing chips without human input Small Missouri town ousts half its city council after $6 billion AI data center approval — petition calls for mayor's removal as frustration (and violence) over AI data centers mounts New tech can see a CPU's transistors in action — terahertz radiation can potentially steal data as a chip is… Intel's Nova Lake CPUs gear up to seize AMD’s 3D V-Cache gaming throne — early leak points to up to 52 cores, blazing DDR5-8000 support, and massive 175W TDP Acer Predator GX850 SFX power supply review: Solid electrical performance with good efficiency NZXT to cough up $3.45 million over 'predatory' Flex PC rental scheme in RICO class-action settlement — in-debt customers to get up to $5,000 of relief, eligible renters to be granted ownership Bulbous 15x fan PC case side panel dubbed the ‘Superdome’ lowers temps by 20 degrees —  $600 worth of Noctua fans arrayed in 3D-printed structure Approvals for Nvidia and AMD AI chip exports to China stall under government bottleneck —  20% staff turnover… Espresso Lite 15 Review: An entry-level portable monitor with a splash of color Save a massive $700 on this 4K-ready HP gaming PC with a 9800X3D and RTX 5070 Ti, now just $2,499 — discounted HP Omen 35L pre-built powerhouse ships with 32GB DDR5 RAM and a 1TB SSD 'CopprLink' destroys every eGPU standard in new test, achieves near-native-level performance with an RTX 5090 — setup requires $2,300 worth of additional hardware Website backup crippled by 1.6MB Friends GIF that was replicated 246,173 times, breaking Linux's EXT4 filesystem limit — Jennifer Aniston's 'happy dance' animation ate up 377 gigabytes of data due to security policy Why we spent 50+ hours retesting Intel’s Core Ultra 270K Plus and 250K Plus Just $284.99 for 32GB of Team T-Create Classic DDR5-6000 RAM is the cheapest going right now — this double-dipping… Grab MSI’s RTX 5080 gaming laptop for just over $2,000 — offers fast 240 Hz QHD+ display, dual storage slots, and expandable DDR5 memory Lenovo hikes Legion Go 2 handheld gaming PC to almost $3,000 for 2 TB model — Handheld now costs more than AMD's Strix Halo devices despite relatively weaker Z2 Extreme chip Iran's forced nationwide internet blackout becomes second-longest on record as it passes 1,000 hours offline — possessing Starlink terminals punishable by death, country using 'military-grade jamming' against service Tiny 3-inch cube PCs bring a splash of color to the passive PC market with red, orange, green and blue options — Intel Twin Lake-powered Kubb Mini PCs start at $500 Veteran Microsoft engineer says original Task Manager was only 80KB so it could run smoothly on 90s computers — original utility used a smart technique to determine whether it was the only running instance Tech enthusiast gets Doom to run on a 40-year-old printer controller — ancient Agfa Compugraphic 9000PS came with a Motorola 68020 onboard for fast processing
Linux 7.0 enables three new AI-specific keys for keyboard...
Luke James · 2026-04-12 · via Latest from Tom's Hardware
Windows 11 Copilot key
(Image credit: Microsoft)

The Linux 7.0 kernel has merged support for three new keycodes intended for a coming wave of laptops with dedicated AI agent keys, Phoronix has reported, meaning that three new keys with dedicated AI functions, much like the Microsoft Copilot button on newer laptops, could be coming to a keyboard near you soon.

Arriving through the HID fixes pull request for 7.0, the additions recognize The additions arrived through the HID fixes pull request for 7.0 and recognize KEY_ACTION_ON_SELECTION (0x254), KEY_CONTEXTUAL_INSERT (0x255), and KEY_CONTEXTUAL_QUERY (0x256), all defined on the USB HID Application Launch usage page.

These are new, recently-approved entries to the usage page, defined specifically for in-context AI agent interactions and routed through the USB-IF specification process, potentially marking a step beyond how the existing Microsoft Copilot key works on shipping Copilot+ PCs. According to Phoronix, Google authored both the HID specification proposal and the kernel patch wiring the new codes into Linux input.

Just over two years ago, we established that the Copilot button doesn’t transmit a new scan code at all, and instead reports as Left Shift + Windows + F23, a 1980s IBM function key repurposed by firmware. The 0x254, 0x255, and 0x256 entries, however, replace that workaround with first-class HID values that operating systems can map directly.

Per the descriptions, Action on Selection is meant to fire an AI action against whatever the user currently has highlighted, whether text or an image, with example flows including explain, summarize, or search the selection. Contextual Insertion calls up an overlay that lets the user retrieve or generate content and drop it straight into the focused field, while Contextual Query finds suggestions tied to the selected element.

None of the three replicates the Copilot key's job of launching a standalone assistant app; they target inline, in-context interactions instead.

The fact that it’s Google that authored the HID specification and kernel patch is interesting, given that Microsoft drove the original Copilot key push in early 2024 and Intel co-defined the AI PC certification around the presence of that button.

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.

Google, meanwhile, shipped a physical Quick Insert Key on the Samsung Galaxy Chromebook Plus in October 2024, rolled the underlying function out to all Chromebooks in ChromeOS 130 a few weeks later under a Launcher + F shortcut, and has now taken the button class to USB-IF and landed the kernel implementation.

KEY_CONTEXTUAL_INSERT, as defined in the merged Linux header, describes a contextual overlay for retrieving or generating content into the focused field, which is functionally what Quick Insert already does on ChromeOS. The 0x254 to 0x256 entries sit on the HID Application Launch page, the same usage range that already covers dedicated keys for browser, calculator, mail, and media player launches.

The keycodes themselves seem to be agent-agnostic; nothing in the kernel definitions ties them to a particular vendor's assistant, which leaves OEMs free to wire them to Gemini, Copilot, or a local model, so you can expect to see them on upcoming laptops and PCs.

Google Preferred Source

Follow Tom's Hardware on Google News, or add us as a preferred source, to get our latest news, analysis, & reviews in your feeds.

Luke James is a freelance writer and journalist.  Although his background is in legal, he has a personal interest in all things tech, especially hardware and microelectronics, and anything regulatory.