Skip to content

v3.0.4

Compare
Choose a tag to compare
@Econa77 Econa77 released this 06 May 08:15
· 32 commits to master since this release

Enhancements

  • Added keyEquivalent property to KeyCombo. ( #50 )
    • KeyCombo.characters returns the string that is entered when the modifier is actually pressed. (e.g.: ⌘Vv, ⇧VV, ⌥V )
    • KeyCombo.keyEquivalent returns a string which takes into account only the Shift key. (e.g.: ⌘Vv, ⇧VV, ⌥Vv, ⌥⇧VV)

To make keyEquivalent case-sensitive, use keyEquivalent.uppercased() if you want to use it in uppercase.

Bugfixes

  • Renamed convertSupportCococaModifiers to convertSupportCocoaModifiers. ( #50 )