Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keyboard accelerators for Attach commands. #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 23, 2014

  1. Add keyboard accelerators for Attach commands.

    Keyboard accelerators for Attach commands are
    bound to Ctrl+[, Alt+[, and Ctrl+Alt+[. These are
    picked for mnemonic harmony with Ctrl+Alt+P.
    
    Use names that start with "Attach" for these
    commands in the menus, so that they're easier
    to find in the keyboard customization menu.
    The names in that menu take the form
    Debug.WhateverTheButtonTextIs, so we were
    winding up with Debug.Attach
    nick-chromium committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    4344c15 View commit details
    Browse the repository at this point in the history
  2. Fix spelling.

    nick-chromium committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    07e1c7e View commit details
    Browse the repository at this point in the history