SuperIslandSuperIsland
Built-in Modules

Volume & Brightness HUD

DynaKeys — replace the default macOS system overlay with an elegant island display.

Volume & Brightness HUD (DynaKeys)

DynaKeys intercepts the system events fired when you press volume, brightness, or keyboard backlight keys, and displays the change in the island instead of the default macOS full-screen overlay.

What it replaces

KeySystem defaultSuperIsland
Volume Up/DownFull-screen speaker iconIsland compact + expanded
MuteFull-screen muted iconIsland with muted indicator
Brightness Up/DownFull-screen sun iconIsland compact + expanded
Keyboard BacklightFull-screen keyboard iconIsland compact

Compact state

During an active HUD event, the compact island shows the event icon and a small progress pill.

🔊 ████████░░  70%

Expanded state

The island expands to show:

  • Icon (speaker / sun / keyboard)
  • Percentage with large typography
  • Animated fill bar
  • Output device name (for volume — e.g., "AirPods Pro")

Auto-dismiss

The expanded HUD dismisses automatically 1.5 seconds after the last key press.

Implementation note

DynaKeys uses a private CGEventTap to intercept media key events before they reach the default HUD. It does not consume the events — the volume/brightness still changes; only the visual is replaced.

On this page