optionalKeyCombinationProperty

A Kotlin delegate to create an OptionalKeyCombinationProperty (the implementation will be a SimpleOptionalKeyCombinationProperty. Typical usage :

val fooProperty by optionalKeyCombinationProperty( initialValue )
var foo by fooProperty