kvision-electron
6.0.4
kvision-electron
/
io.kvision.electron.electron
/
GlobalShortcut
Global
Shortcut
external
interface
GlobalShortcut
Functions
Functions
is
Registered
Link copied to clipboard
abstract
fun
isRegistered
(
accelerator
:
dynamic
)
:
Boolean
register
Link copied to clipboard
abstract
fun
register
(
accelerator
:
dynamic
,
callback
:
(
)
->
Unit
)
:
Boolean
register
All
Link copied to clipboard
abstract
fun
registerAll
(
accelerators
:
Array
<
String
>
,
callback
:
(
)
->
Unit
)
unregister
Link copied to clipboard
abstract
fun
unregister
(
accelerator
:
dynamic
)
unregister
All
Link copied to clipboard
abstract
fun
unregisterAll
(
)