MacKeys

App Information

Usage

  1. Enter a keyboard shortcut description in the text field (e.g., "command plus shift plus n")
  2. The app will automatically convert it to the symbolic representation (e.g., "⌘ + ⇧ + n")
  3. Click the "Copy" button to copy the result to your clipboard

Note: The word "plus" is automatically ignored in the parsing process. It is treated as a separator between keyboard shortcut components rather than as part of the shortcut itself. For example, "command plus shift plus n" will be converted to "⌘ + ⇧ + n", ignoring the word "plus" in the output.

Supported Modifiers

System Requirements

Technology

MacKeys is built using:

How It Works

MacKeys uses a specialized parser to identify keyboard shortcut components in plain text. When you enter a keyboard shortcut description, the app:

  1. Tokenizes your input text
  2. Identifies keyboard modifier keys and converts them to their symbolic representations
  3. Preserves other characters and combines everything into the final output
  4. Allows easy copying of the symbolic representation to your clipboard

Examples

Text Input Symbolic Output
command plus n ⌘ + n
option shift plus 8 ⌥ + ⇧ + 8
control command option ⌃ + ⌘ + ⌥