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