-
Notifications
You must be signed in to change notification settings - Fork 9
Keybinds
qxb3 edited this page Jan 20, 2025
·
2 revisions
keybinds are defined into key
and action
.
Example:
{
"keybinds": {
"esc;q": "quit()"
}
}
The example above tell fum to if pressed esc or q (You can define many key as you want) to run the quit()
action.
See #Actions. to see the actions available.
Below is the list of available keys you can use
backspace
enter
-
left
- left arrow key. -
right
- right arrow key. -
down
- down arrow key. -
up
- up arrow key. end
page_up
page_down
tab
-
back_tab
- shift + tab key. delete
insert
-
caps
- Capslock. esc
-
f1
-f12
-
all available keyboard character
- (a - z, {[]{}|;:'",<.>/? and space (" ").