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 option "switch to US keyboard when activated" #987

Merged
merged 6 commits into from Aug 9, 2012

Commits on Jul 12, 2012

  1. Add option "switch to US keyboard when activated"

    When this option is turned on, once QS is activated, the input source is
    changed to US automatically.
    ybian committed Jul 12, 2012
    Copy the full SHA
    59ec9dc View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2012

  1. Fix quicksilver#371 - Automatic keyboard switch on activation

    - Added a drop down besides checkbox so user can choose his own
      keyboard layout
    - Memory leak and a few other fixes
    ybian committed Jul 13, 2012
    Copy the full SHA
    7e49477 View commit details
    Browse the repository at this point in the history
  2. A minor change to keyboard popup

    With notificaiton observer added, it is no longer needed to popup the
    menu every time when the pane is selected.
    ybian committed Jul 13, 2012
    Copy the full SHA
    6864e5b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2012

  1. Change the way to get keyboard list

    Use 2 calls to TISCreateInputSourceList instead of one call plus custom
    filtering.
    ybian committed Jul 16, 2012
    Copy the full SHA
    6563bf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2012

  1. a couple of minor changes per comments

    1. Bind "Enabled" of the popup to "QSSwitchKeyboardOnActivation"
    2. Add a safe check for 'sourceList'
    ybian committed Aug 2, 2012
    Copy the full SHA
    a9ca0dc View commit details
    Browse the repository at this point in the history
  2. Fix an unintentional touch to a xib file

    QSActionsPrefPane.xib should not be touched in previous commit
    ybian committed Aug 2, 2012
    Copy the full SHA
    57d9171 View commit details
    Browse the repository at this point in the history