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

推荐订阅源

博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
美团技术团队
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
有赞技术团队
有赞技术团队
GbyAI
GbyAI
宝玉的分享
宝玉的分享
腾讯CDC
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
月光博客
月光博客
MyScale Blog
MyScale Blog
Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
KeyGhost — Caps Lock as a launcher for macOS
3stacks · 2026-06-22 · via Show HN

KeyGhost logo

Turn Caps Lock into a launcher. Hold the key, see your apps, press a letter to launch.

KeyGhost is a macOS menu-bar app that turns any key — Caps Lock, F-keys, even Right Option — into a launcher. Hold the trigger and a translucent keyboard fades in showing the app icon bound to each letter. Press a bound letter while held and the app launches immediately; the chord is consumed so it never reaches your focused window. It reads the trigger key from the HID layer, beneath any modifier remapping, so it works regardless of Hyperkey, Karabiner, or macOS Modifier Keys.


Try it here

Caps Hold to summon the overlay. Then press T, M, C, S, or B to launch. Try F + // for the radial menu.

main.swift — KeyGhost

func launch(_ binding: Binding) {
  NSWorkspace.shared.openApplication(
    at: binding.url, configuration: .init()
  )
}

Notes

Things I keep reaching for the mouse to open…

— Chrome (current tab? new tab?)
— Terminal in the right cwd
— Calendar for today's standup

Click here, then hold Space or press & hold Caps above

In the real app the trigger is Caps Lock (configurable). Browsers can't intercept Caps Lock, so the demo uses Space instead. See it on a real keyboard.


What makes it different

🔑

HID-layer trigger detection

KeyGhost watches the raw HID usage code for your trigger key — below Hyperkey, Karabiner, and macOS Modifier Keys. Use Caps Lock as a launcher and as Hyper at the same time.

🧭

Nested radial menus

Bind a letter to a root action, plus four arrow-direction sub-actions. Caps + F opens Chrome; Caps + F + ↑ opens Gmail; Caps + F + → opens Calendar. One key, five destinations.

🔁

Passthrough mode

Some keys you want to forward, not consume. Mark a binding as passthrough and KeyGhost rewrites the event flags to the full ⌃⌥⇧⌘ chord before letting it through — perfect for Maccy, Raycast, or Shortcuts.app hotkeys.

🖥

Live cheatsheet

A translucent keyboard overlay fades in after the configurable hold delay. App icons resolve live from NSWorkspace so they always match what's installed on your machine.

Click-to-edit settings

Open Settings, click any letter on the on-screen keyboard, pick an app or URL. Or edit ~/Library/Application Support/KeyGhost/bindings.json directly — the file is live-watched.

📡

Sparkle auto-updates

Signed & notarised builds, EdDSA-signed appcast served from Cloudflare R2. New versions land via the menu bar's "Check for Updates" — no App Store, no subscriptions.

📝

Any trigger key

Not just Caps Lock. Pick F13–F20, Right Option, either Shift, or any other modifier — KeyGhost captures the HID usage code so it works regardless of any user-space remap layered on top.

💨

Tiny & native

Pure Swift, SwiftUI overlay, CGEventTap chord detection. No Electron, no helper daemons. Lives in the menu bar and stays out of your way.

📖

Open source, MIT

Build from source with swift run. Ship your own signed build with one script. Or just download the signed DMG and go.


How it works

1. HID detects the trigger

TriggerKeyMonitor opens an IOHIDManager on the keyboard usage page and watches press/release of your trigger key's HID usage code (e.g. 0x39 for Caps Lock). Below any remapping layer.

2. Overlay fades in

If the trigger is still held after holdDelayMs (default 250 ms), a borderless SwiftUI panel fades in over your current window, showing the keyboard grid with live app icons.

3. Chord is intercepted

ChordMonitor runs a consuming CGEventTap. While the trigger is down and a bound letter is pressed, the event is dispatched to the launcher and swallowed before reaching your focused window.

4. App launches

NSWorkspace.openApplication(at:configuration:) opens the app, or NSWorkspace.open([url],…) opens a URL in a specific app (Gmail in Chrome, GitHub in Arc, …).


Get started

Download the signed DMG, drag KeyGhost.app to /Applications, and launch it. You'll grant Accessibility and Input Monitoring on first run, then add bindings from the menu bar's Settings panel.

Download latest release

Or build from source

# Requires Xcode 15+ (Swift 5.9, macOS 14 SDK)
git clone https://github.com/3stacks/keyghost.git
cd keyghost

# Debug build, run in place
swift run

# Release .app at build/KeyGhost.app
./scripts/build-app.sh

# Signed + notarised DMG (needs SIGNING_IDENTITY)
./scripts/build-dmg.sh

See the README for bindings format, nested radial syntax, and release tooling.