CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt.select
/
KeyPattern
Key
Pattern
class
KeyPattern
(
keyPattern
:
String
)
Members
Constructors
Key
Pattern
Link copied to clipboard
constructor
(
keyPattern
:
String
)
Properties
alt
Link copied to clipboard
val
alt
:
Boolean
ctrl
Link copied to clipboard
val
ctrl
:
Boolean
key
Link copied to clipboard
val
key
:
String
?
shift
Link copied to clipboard
val
shift
:
Boolean
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
String
?
matches
Link copied to clipboard
fun
matches
(
event
:
KeyboardEvent
)
:
Boolean