Skip to content

Commit

Permalink
Update Linux scripter config
Browse files Browse the repository at this point in the history
  • Loading branch information
gameraccoon committed May 1, 2024
1 parent 919a520 commit b041e92
Showing 1 changed file with 160 additions and 3 deletions.
163 changes: 160 additions & 3 deletions .scripter_config_linux.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"version": "0.10.5",
"version": "0.14.3",
"rewritable": {
"always_on_top": false,
"window_status_reactions": true,
"keep_window_size": false,
"enable_script_filtering": true,
"enable_title_editing": true,
"config_version_update_behavior": "OnStartup",
"custom_theme": {
"background": [
0.25,
Expand Down Expand Up @@ -41,7 +43,130 @@
0.125,
0.125
]
}
},
"app_actions_keybinds": [
{
"action": "RequestCloseApp",
"keybind": {
"key": "W",
"modifiers": "Cmd"
}
},
{
"action": "FocusFilter",
"keybind": {
"key": "F",
"modifiers": "Cmd"
}
},
{
"action": "TrySwitchWindowEditMode",
"keybind": {
"key": "E",
"modifiers": "Cmd"
}
},
{
"action": "RescheduleScripts",
"keybind": {
"key": "R",
"modifiers": "Cmd+Shift"
}
},
{
"action": "RunScripts",
"keybind": {
"key": "R",
"modifiers": "Cmd"
}
},
{
"action": "StopScripts",
"keybind": {
"key": "C",
"modifiers": "Cmd+Shift"
}
},
{
"action": "ClearExecutionScripts",
"keybind": {
"key": "C",
"modifiers": "Cmd"
}
},
{
"action": "MaximizeOrRestoreExecutionPane",
"keybind": {
"key": "Q",
"modifiers": "Cmd"
}
},
{
"action": "CursorConfirm",
"keybind": {
"key": "Enter",
"modifiers": ""
}
},
{
"action": "CursorConfirm",
"keybind": {
"key": "Enter",
"modifiers": "Cmd"
}
},
{
"action": "MoveScriptDown",
"keybind": {
"key": "Down",
"modifiers": "Shift"
}
},
{
"action": "MoveScriptUp",
"keybind": {
"key": "Up",
"modifiers": "Shift"
}
},
{
"action": "SwitchPaneFocusBackwards",
"keybind": {
"key": "Tab",
"modifiers": "Shift"
}
},
{
"action": "MoveCursorDown",
"keybind": {
"key": "Down",
"modifiers": ""
}
},
{
"action": "MoveCursorUp",
"keybind": {
"key": "Up",
"modifiers": ""
}
},
{
"action": "SwitchPaneFocusForward",
"keybind": {
"key": "Tab",
"modifiers": ""
}
},
{
"action": "RemoveCursorScript",
"keybind": {
"key": "Delete",
"modifiers": ""
}
}
],
"script_keybinds": [],
"show_current_git_branch": false
},
"script_definitions": [
{
Expand Down Expand Up @@ -150,6 +275,10 @@
"path": "scripts/scripter/linux/switch_branch.sh",
"path_type": "WorkingDirRelative"
},
"working_directory": {
"path": ".",
"path_type": "WorkingDirRelative"
},
"arguments": "",
"autorerun_count": 0,
"ignore_previous_failures": false,
Expand All @@ -169,6 +298,10 @@
"path": "scripts/scripter/linux/update_submodules.sh",
"path_type": "WorkingDirRelative"
},
"working_directory": {
"path": ".",
"path_type": "WorkingDirRelative"
},
"arguments": "",
"autorerun_count": 5,
"ignore_previous_failures": false,
Expand All @@ -188,6 +321,10 @@
"path": "scripts/scripter/linux/generate_cmake_project.sh",
"path_type": "WorkingDirRelative"
},
"working_directory": {
"path": ".",
"path_type": "WorkingDirRelative"
},
"arguments": "",
"autorerun_count": 0,
"ignore_previous_failures": false,
Expand All @@ -207,6 +344,10 @@
"path": "scripts/scripter/linux/build_project.sh",
"path_type": "WorkingDirRelative"
},
"working_directory": {
"path": ".",
"path_type": "WorkingDirRelative"
},
"arguments": "",
"autorerun_count": 0,
"ignore_previous_failures": false,
Expand All @@ -226,6 +367,10 @@
"path": "scripts/scripter/linux/open_clion.sh",
"path_type": "WorkingDirRelative"
},
"working_directory": {
"path": ".",
"path_type": "WorkingDirRelative"
},
"arguments": "",
"autorerun_count": 0,
"ignore_previous_failures": false,
Expand All @@ -245,6 +390,10 @@
"path": "scripts/package/build_and_prepare_dedicated_server.sh ",
"path_type": "WorkingDirRelative"
},
"working_directory": {
"path": ".",
"path_type": "WorkingDirRelative"
},
"arguments": "",
"autorerun_count": 0,
"ignore_previous_failures": false,
Expand All @@ -264,6 +413,10 @@
"path": "scripts/scripter/linux/clean_reset.sh",
"path_type": "WorkingDirRelative"
},
"working_directory": {
"path": ".",
"path_type": "WorkingDirRelative"
},
"arguments": "",
"autorerun_count": 0,
"ignore_previous_failures": false,
Expand All @@ -283,6 +436,10 @@
"path": "git",
"path_type": "WorkingDirRelative"
},
"working_directory": {
"path": ".",
"path_type": "WorkingDirRelative"
},
"arguments": "",
"autorerun_count": 0,
"ignore_previous_failures": false,
Expand All @@ -291,7 +448,7 @@
}
}
],
"child_config_path": {
"local_config_path": {
"path": ".scripter_config.local.json",
"path_type": "WorkingDirRelative"
}
Expand Down

0 comments on commit b041e92

Please sign in to comment.