Skip to main content
Glama

Keyboard Shortcuts MCP Server

by jenova-marie
screen.json•1.81 kB
{ "os": "ubuntu", "desktop": null, "application": "screen", "file": "screen", "categories": [ { "name": "Session Management", "shortcuts": [ { "keys": "Prefix + D", "description": "Detach session" } ] }, { "name": "Window Management", "shortcuts": [ { "keys": "Prefix + C", "description": "New window" }, { "keys": "Prefix + N", "description": "Next window" }, { "keys": "Prefix + P", "description": "Previous window" }, { "keys": "Prefix + 0-9", "description": "Switch to window 0-9" }, { "keys": "Prefix + \"", "description": "List windows" }, { "keys": "Prefix + A", "description": "Rename window" }, { "keys": "Prefix + K", "description": "Kill window" } ] }, { "name": "Split Screen", "shortcuts": [ { "keys": "Prefix + S", "description": "Split horizontal" }, { "keys": "Prefix + |", "description": "Split vertical" }, { "keys": "Prefix + Tab", "description": "Switch split" } ] }, { "name": "Copy Mode", "shortcuts": [ { "keys": "Prefix + [", "description": "Copy mode (Enter to select, Space to copy)" }, { "keys": "Prefix + ]", "description": "Paste" } ] }, { "name": "Other", "shortcuts": [ { "keys": "Prefix + X", "description": "Lock screen" } ] } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jenova-marie/keyboard-shortcuts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server