toggle menu
MoulConfig
3.6.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.common
/
KeyboardConstants
Keyboard
Constants
public
class
KeyboardConstants
implements
IKeyboardConstants
(
source
)
Members
Properties
back
Space
Link copied to clipboard
private
final
Integer
backSpace
ctrl
Left
Link copied to clipboard
private
final
Integer
ctrlLeft
ctrl
Right
Link copied to clipboard
private
final
Integer
ctrlRight
delete
Link copied to clipboard
private
final
Integer
delete
down
Link copied to clipboard
private
final
Integer
down
end
Link copied to clipboard
private
final
Integer
end
enter
Link copied to clipboard
private
final
Integer
enter
escape
Link copied to clipboard
private
final
Integer
escape
home
Link copied to clipboard
private
final
Integer
home
INSTANCE
Link copied to clipboard
public
final
static
KeyboardConstants
INSTANCE
key
A
Link copied to clipboard
private
final
Integer
keyA
key
C
Link copied to clipboard
private
final
Integer
keyC
key
F
Link copied to clipboard
private
final
Integer
keyF
key
N
Link copied to clipboard
private
final
Integer
keyN
key
V
Link copied to clipboard
private
final
Integer
keyV
key
X
Link copied to clipboard
private
final
Integer
keyX
left
Link copied to clipboard
private
final
Integer
left
none
Link copied to clipboard
private
final
Integer
none
right
Link copied to clipboard
private
final
Integer
right
shift
Left
Link copied to clipboard
private
final
Integer
shiftLeft
shift
Right
Link copied to clipboard
private
final
Integer
shiftRight
up
Link copied to clipboard
private
final
Integer
up
Functions
get
Back
Space
Link copied to clipboard
public
Integer
getBackSpace
(
)
get
Ctrl
Left
Link copied to clipboard
public
Integer
getCtrlLeft
(
)
get
Ctrl
Right
Link copied to clipboard
public
Integer
getCtrlRight
(
)
get
Delete
Link copied to clipboard
public
Integer
getDelete
(
)
get
Down
Link copied to clipboard
public
Integer
getDown
(
)
get
End
Link copied to clipboard
public
Integer
getEnd
(
)
get
Enter
Link copied to clipboard
public
Integer
getEnter
(
)
get
Escape
Link copied to clipboard
public
Integer
getEscape
(
)
get
Home
Link copied to clipboard
public
Integer
getHome
(
)
get
Key
A
Link copied to clipboard
public
Integer
getKeyA
(
)
get
Key
C
Link copied to clipboard
public
Integer
getKeyC
(
)
get
Key
F
Link copied to clipboard
public
Integer
getKeyF
(
)
get
Key
N
Link copied to clipboard
public
Integer
getKeyN
(
)
get
Key
V
Link copied to clipboard
public
Integer
getKeyV
(
)
get
Key
X
Link copied to clipboard
public
Integer
getKeyX
(
)
get
Left
Link copied to clipboard
public
Integer
getLeft
(
)
get
None
Link copied to clipboard
public
Integer
getNone
(
)
get
Right
Link copied to clipboard
public
Integer
getRight
(
)
get
Shift
Left
Link copied to clipboard
public
Integer
getShiftLeft
(
)
get
Shift
Right
Link copied to clipboard
public
Integer
getShiftRight
(
)
get
Up
Link copied to clipboard
public
Integer
getUp
(
)