mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
58 lines
2.5 KiB
Go
58 lines
2.5 KiB
Go
// Copyright 2024, Command Line Inc.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Generated Code. DO NOT EDIT.
|
|
|
|
package wconfig
|
|
|
|
const (
|
|
ConfigKey_AiClear = "ai:*"
|
|
ConfigKey_AiBaseURL = "ai:baseurl"
|
|
ConfigKey_AiApiToken = "ai:apitoken"
|
|
ConfigKey_AiName = "ai:name"
|
|
ConfigKey_AiModel = "ai:model"
|
|
ConfigKey_AiMaxTokens = "ai:maxtokens"
|
|
ConfigKey_AiTimeoutMs = "ai:timeoutms"
|
|
|
|
ConfigKey_TermClear = "term:*"
|
|
ConfigKey_TermFontSize = "term:fontsize"
|
|
ConfigKey_TermFontFamily = "term:fontfamily"
|
|
ConfigKey_TermDisableWebGl = "term:disablewebgl"
|
|
ConfigKey_TermLocalShellPath = "term:localshellpath"
|
|
ConfigKey_TermLocalShellOpts = "term:localshellopts"
|
|
|
|
ConfigKey_EditorMinimapEnabled = "editor:minimapenabled"
|
|
ConfigKey_EditorStickyScrollEnabled = "editor:stickyscrollenabled"
|
|
|
|
ConfigKey_WebClear = "web:*"
|
|
ConfigKey_WebOpenLinksInternally = "web:openlinksinternally"
|
|
ConfigKey_WebDefaultUrl = "web:defaulturl"
|
|
ConfigKey_WebDefaultSearch = "web:defaultsearch"
|
|
|
|
ConfigKey_BlockHeaderClear = "blockheader:*"
|
|
ConfigKey_BlockHeaderShowBlockIds = "blockheader:showblockids"
|
|
|
|
ConfigKey_AutoUpdateClear = "autoupdate:*"
|
|
ConfigKey_AutoUpdateEnabled = "autoupdate:enabled"
|
|
ConfigKey_AutoUpdateIntervalMs = "autoupdate:intervalms"
|
|
ConfigKey_AutoUpdateInstallOnQuit = "autoupdate:installonquit"
|
|
ConfigKey_AutoUpdateChannel = "autoupdate:channel"
|
|
|
|
ConfigKey_WidgetClear = "widget:*"
|
|
ConfigKey_WidgetShowHelp = "widget:showhelp"
|
|
|
|
ConfigKey_WindowClear = "window:*"
|
|
ConfigKey_WindowTransparent = "window:transparent"
|
|
ConfigKey_WindowBlur = "window:blur"
|
|
ConfigKey_WindowOpacity = "window:opacity"
|
|
ConfigKey_WindowBgColor = "window:bgcolor"
|
|
ConfigKey_WindowReducedMotion = "window:reducedmotion"
|
|
ConfigKey_WindowTileGapSize = "window:tilegapsize"
|
|
ConfigKey_WindowNativeTitleBar = "window:nativetitlebar"
|
|
ConfigKey_WindowDisableHardwareAcceleration = "window:disablehardwareacceleration"
|
|
|
|
ConfigKey_TelemetryClear = "telemetry:*"
|
|
ConfigKey_TelemetryEnabled = "telemetry:enabled"
|
|
)
|
|
|