GlobalShortcut

external interface GlobalShortcut

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
isRegistered
Link copied to clipboard
abstract fun isRegistered(accelerator: dynamic): Boolean
register
Link copied to clipboard
abstract fun register(accelerator: dynamic, callback: () -> Unit): Boolean
registerAll
Link copied to clipboard
abstract fun registerAll(accelerators: Array<String>, callback: () -> Unit)
toString
Link copied to clipboard
open fun toString(): String
unregister
Link copied to clipboard
abstract fun unregister(accelerator: dynamic)
unregisterAll
Link copied to clipboard
abstract fun unregisterAll()