butterbee/key
A collection of special keys for use with the
action.enter_keys function.
NOTE: This module has been slopped together from a claude prompt. If a key doesn’t work, it’s probably a hallucination. Please open an issue if you find one.
Types
pub type MouseButton {
LeftClick
RightClick
}
Constructors
-
LeftClick -
RightClick
Values
pub const arrow_down: String
pub const arrow_left: String
pub const arrow_right: String
pub const enter: String
NOTE: Don’t use this key for entering a new line into text fields using the node.set_value
function. Use \n instead.
pub const numpad_add: String
pub const numpad_decimal: String
pub const numpad_divide: String
pub const numpad_enter: String
pub const numpad_multiply: String
pub const numpad_subtract: String