28 lines
706 B
JSON
28 lines
706 B
JSON
[
|
|
// By default, O opens the in-game settings:
|
|
|
|
{
|
|
"key": "O",
|
|
"script": "owf_toggle_script[[samples/Settings.pluto]]"
|
|
},
|
|
|
|
// Some additional samples:
|
|
|
|
// {
|
|
// "key": "K",
|
|
// "script": "owf_toggle_script[[samples/Cycle Camera.pluto]]"
|
|
// },
|
|
|
|
// {
|
|
// "key": "N",
|
|
// "script": "owf_toggle_script[[samples/Noclip.pluto]]"
|
|
// },
|
|
|
|
// {
|
|
// "key": 186, // the key to the right of L
|
|
// "shift": false,
|
|
// "script": "set_ee_log_in_console(not get_ee_log_in_console())"
|
|
// },
|
|
|
|
// The presence of a modifier (ctrl, shift, or alt) means it must be pressed/released depending on the value (true/false).
|
|
] |