-
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
backspaceenter-
left- left arrow key. -
right- right arrow key. -
down- down arrow key. -
up- up arrow key. endpage_uppage_downtab-
back_tab- shift + tab key. deleteinsert-
caps- Capslock. esc-
f1-f12 -
all available keyboard character- (a - z, {[]{}|;:'",<.>/? and space (" ").