lookup

fun lookup(lookupKey: String): ModifierKey?

Answer the ModifierKey that matches the provided ModifierKey.lookupKey.

Return

The matching ModifierKey of null if not found.

Parameters

lookupKey

The String lookup key to retrieve.