keyCombinationProperty

A Kotlin delegate to create a KeyCombinationProperty (the implementation will be a SimpleKeyCombinationProperty. Typical usage :

val fooProperty by keyCombinationProperty( initialValue )
var foo by fooProperty