Skip to content

0.2.1

Latest

Choose a tag to compare

@davelyon davelyon released this 26 Sep 16:15
· 2 commits to master since this release

New Commands:

  • Now able to force application state preservation
 ⌘ + ⇧ + ^ + ↓: Trigger restorable state preservation

Changes

  • Support for UIKeyInput* constants as input for UIKeyCommand print formatting
    var prettyInput: String {
        switch input {
        case UIKeyInputUpArrow: return ""
        case UIKeyInputLeftArrow: return ""
        case UIKeyInputDownArrow: return ""
        case UIKeyInputRightArrow: return ""
        case UIKeyInputEscape: return ""
        default: return input
        }
    }
  • .alphaShift as a modifierFlag now outputs instead of CAPS in the help text